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
2023-03-11 13:58:38 +01:00

18 lines
338 B
JSON

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