This repository has been archived on 2025-02-02. You can view files and clone it, but cannot push or open issues or pull requests.
ems-frontend/tsconfig.app.json

12 lines
408 B
JSON
Raw Permalink Normal View History

2024-09-04 11:11:22 +02:00
/* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */
/* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/app",
"types": []
},
"files": ["src/main.ts"],
"include": ["src/**/*.d.ts"]
2024-09-04 11:11:22 +02:00
}