isdashboard/tsconfig.spec.json

10 lines
195 B
JSON
Executable File

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