refactor: migrate to angular esbuild

refactor: migrate to ionic standalone components
refactor: migrate ion icons to a custom element
This commit is contained in:
2024-07-02 17:28:57 +02:00
committed by Rainer Killinger
parent 436e1471a7
commit b8ac30b9d0
118 changed files with 1060 additions and 844 deletions

View File

@@ -3,6 +3,6 @@
"compilerOptions": {
"outDir": "../out-tsc/app"
},
"files": ["src/main.ts"],
"files": ["src/main.ts", "src/ion-icons.ts"],
"include": ["src/**/*.d.ts"]
}