This commit is contained in:
2022-09-24 03:04:03 +02:00
parent 3c3795e25a
commit 81b36e7f1a
3 changed files with 63 additions and 26 deletions

View File

@ -0,0 +1,14 @@
/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/app",
"types": []
},
"files": [
"src/app/app.module.ts",
],
"include": [
"src/**/*.d.ts"
]
}