information-system-gui/tsconfig.spec.json

9 lines
172 B
JSON

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