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
Patrik J. Braun 7371fda5a8 upgrading bootstrap, fixing navigation issue
Router active line broke navigation, replacing it with custom function
2021-04-11 15:59:30 +02:00

22 lines
385 B
JSON

/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "../../out-tsc/app",
"types": [],
"target": "es2015",
"module": "es2020",
"lib": [
"es2018",
"dom"
]
},
"files": [
"./main.ts",
"./polyfills.ts"
],
"include": [
"./**/*.d.ts"
]
}