pdnsmanager/frontend/src/tsconfig.spec.json

21 lines
303 B
JSON
Raw Permalink Normal View History

2018-04-08 13:02:00 +02:00
{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../out-tsc/spec",
"baseUrl": "./",
"module": "commonjs",
"types": [
"jasmine",
"node"
]
},
"files": [
2018-08-27 14:42:13 +02:00
"test.ts",
"polyfills.ts"
2018-04-08 13:02:00 +02:00
],
"include": [
"**/*.spec.ts",
"**/*.d.ts"
]
}