control-center/tsconfig.app.json

11 lines
265 B
JSON
Raw Normal View History

2023-06-21 11:21:04 +00:00
/* To learn more about this file see: https://angular.io/config/tsconfig. */
2020-04-09 09:53:00 +00:00
{
"extends": "./tsconfig.json",
2020-04-09 09:53:00 +00:00
"compilerOptions": {
"outDir": "./out-tsc/app",
"types": []
},
2023-06-21 11:21:04 +00:00
"files": ["src/main.ts"],
2020-04-09 09:53:00 +00:00
"include": ["src/**/*.d.ts"]
}