src.tsconfig.spec.json Maven / Gradle / Ivy
The newest version!
{
"extends": "../tsconfig.json",
"compilerOptions": {
"allowSyntheticDefaultImports":true,
"outDir": "../out-tsc/spec",
"types": [
"jasmine",
"node"
]
},
"files": [
"test.ts",
"polyfills.ts"
],
"include": [
"**/*.spec.ts",
"**/*.d.ts"
]
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy