fuse-angular/src/tsconfig.spec.json

21 lines
366 B
JSON
Raw Permalink Normal View History

{
2017-08-17 07:40:25 +00:00
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../out-tsc/spec",
2017-11-02 09:52:27 +00:00
"baseUrl": "./",
2017-08-17 07:40:25 +00:00
"module": "commonjs",
"target": "es5",
"types": [
"jasmine",
"node"
]
},
"files": [
"test.ts"
],
"include": [
"**/*.spec.ts",
"**/*.d.ts"
]
}