Files
setup-php/tsconfig.test.json
T

15 lines
269 B
JSON
Raw Normal View History

2026-07-26 01:22:48 +05:30
{
"extends": "./tsconfig.json",
"compilerOptions": {
"isolatedModules": true,
"noEmit": true,
"rootDir": ".",
"types": [
"jest",
"node"
]
},
"exclude": ["lib", "node_modules"],
"include": ["__tests__/**/*.ts", "src/**/*.ts"]
}