Remove ionic, create custom layout

This commit is contained in:
Niklas Korz 2023-12-09 14:00:22 +01:00
parent b8bee291b3
commit 681440eb4d
23 changed files with 627 additions and 635 deletions

View file

@ -1,12 +1,6 @@
{
"extends": "./.svelte-kit/tsconfig.json",
"compilerOptions": {
"typeRoots": [
"./node_modules/ionic-svelte"
],
"types": [
"ionic-svelte"
],
"allowJs": true,
"checkJs": true,
"esModuleInterop": true,