generator.client.angular.core.tsconfig.spec.json.mustache Maven / Gradle / Ivy
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "{{projectBuildDirectory}}/out-tsc/spec",
"types": ["jest", "node"]
},
"include": ["src/main/webapp/**/*.spec.ts", "src/main/webapp/**/*.d.ts"]
}