Files
openstapps/frontend/app/tsconfig.app.json
Thea Schöbl c1883abb50 refactor: migrate to angular esbuild
refactor: migrate to ionic standalone components
refactor: migrate ion icons to a custom element
2024-08-07 13:27:39 +02:00

9 lines
174 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../out-tsc/app"
},
"files": ["src/main.ts", "src/ion-icons.ts"],
"include": ["src/**/*.d.ts"]
}