mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2024-11-01 14:31:21 +00:00
14 lines
211 B
JSON
14 lines
211 B
JSON
|
{
|
||
|
"extends": "../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "../out-tsc/app",
|
||
|
"baseUrl": "./",
|
||
|
"module": "es2015",
|
||
|
"types": []
|
||
|
},
|
||
|
"exclude": [
|
||
|
"test.ts",
|
||
|
"**/*.spec.ts"
|
||
|
]
|
||
|
}
|