mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2025-12-12 17:26:22 +00:00
refactor: migrate to ionic standalone components refactor: migrate ion icons to a custom element
9 lines
174 B
JSON
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"]
|
|
}
|