1
0
mirror of https://github.com/NicolasConstant/sengi synced 2025-01-05 04:57:17 +01:00
Sengi-Windows-MacOS-Linux/src/tsconfig.app.json
2018-07-31 20:46:44 -04:00

14 lines
211 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../out-tsc/app",
"baseUrl": "./",
"module": "es2015",
"types": []
},
"exclude": [
"test.ts",
"**/*.spec.ts"
]
}