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