1
0
Fork 0
spacetac/config/tests.json

15 lines
262 B
JSON

{
"extends": "./common.json",
"compilerOptions": {
"outFile": "../out/tests.js",
"rootDir": ".."
},
"include": [
"../src/**/*.spec.ts"
],
"references": [
{
"path": "./app.json"
}
]
}