1
0
mirror of https://github.com/malumantovanelli/econocart.git synced 2024-06-25 20:30:17 +00:00
econocart/src/tsconfig.spec.json
2017-05-07 00:52:00 -03:00

21 lines
371 B
JSON

{
"extends": "../tsconfig.ng-cli.json",
"compilerOptions": {
"outDir": "../out-tsc/spec",
"module": "commonjs",
"target": "es5",
"baseUrl": "",
"types": [
"jasmine",
"node"
]
},
"files": [
"test.ts"
],
"include": [
"**/*.spec.ts",
"**/*.d.ts"
]
}