mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 20:45:08 +00:00
14 lines
209 B
JSON
14 lines
209 B
JSON
|
{
|
||
|
"extends": "../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "../out-tsc/app",
|
||
|
"module": "es2015",
|
||
|
"baseUrl": "",
|
||
|
"types": []
|
||
|
},
|
||
|
"exclude": [
|
||
|
"test.ts",
|
||
|
"**/*.spec.ts"
|
||
|
]
|
||
|
}
|