datasurvey/tsconfig.spec.json

11 lines
286 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"emitDecoratorMetadata": true,
"outDir": "target/out-tsc/spec",
"types": ["jest", "node"]
},
"files": ["src/main/webapp/polyfills.ts"],
"include": ["src/main/webapp/**/*.spec.ts", "src/main/webapp/**/*.d.ts"]
}