2021-04-11 15:59:30 +02:00
|
|
|
/* To learn more about this file see: https://angular.io/config/tsconfig. */
|
2017-06-10 22:32:56 +02:00
|
|
|
{
|
2019-12-10 10:44:35 +01:00
|
|
|
"extends": "../../tsconfig.json",
|
2017-06-10 22:32:56 +02:00
|
|
|
"compilerOptions": {
|
2019-12-10 10:44:35 +01:00
|
|
|
"outDir": "../../out-tsc/app",
|
2021-04-11 15:59:30 +02:00
|
|
|
"types": [],
|
2022-03-30 22:18:02 +02:00
|
|
|
"target": "es2017",
|
2021-04-11 15:59:30 +02:00
|
|
|
"module": "es2020",
|
|
|
|
"lib": [
|
|
|
|
"es2018",
|
|
|
|
"dom"
|
|
|
|
]
|
2017-06-10 22:32:56 +02:00
|
|
|
},
|
2021-04-11 15:59:30 +02:00
|
|
|
"files": [
|
|
|
|
"./main.ts",
|
|
|
|
"./polyfills.ts"
|
2017-12-24 18:42:25 -05:00
|
|
|
],
|
|
|
|
"include": [
|
2021-04-11 15:59:30 +02:00
|
|
|
"./**/*.d.ts"
|
2017-06-10 22:32:56 +02:00
|
|
|
]
|
|
|
|
}
|