TFTPaths/tsconfig.spec.json

21 lines
333 B
JSON
Raw Permalink Normal View History

2022-08-27 23:06:09 +02:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/spec",
"types": [
"jest",
"jasmine",
"node"
],
2025-08-14 14:33:29 +02:00
"esModuleInterop": true
2022-08-27 23:06:09 +02:00
},
"files": [
"src/test.ts",
"src/polyfills.ts"
],
"include": [
"src/**/*.spec.ts",
"src/**/*.d.ts"
]
}