1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00
pigallery2/src/frontend/tsconfig.app.json

17 lines
260 B
JSON
Raw Normal View History

{
2019-12-10 17:44:35 +08:00
"extends": "../../tsconfig.json",
"compilerOptions": {
2019-12-10 17:44:35 +08:00
"outDir": "../../out-tsc/app",
"module": "es2015",
2019-12-10 17:44:35 +08:00
"baseUrl": "tsconfig.app",
"types": []
},
"exclude": [
"test.ts",
"**/*.spec.ts"
],
"include": [
2018-01-31 12:14:04 +08:00
"./**/*"
]
}