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