chore: migrate from tailwind to mantine

This commit is contained in:
Meier Lukas
2023-12-08 23:11:37 +01:00
parent a2cedf73c0
commit d115779c85
16 changed files with 1159 additions and 6218 deletions

View File

@@ -2,7 +2,11 @@
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"target": "ES2022",
"lib": ["dom", "dom.iterable", "ES2022"],
"lib": [
"dom",
"dom.iterable",
"ES2022"
],
"allowJs": true,
"skipLibCheck": true,
"strict": true,
@@ -17,5 +21,10 @@
"incremental": true,
"noUncheckedIndexedAccess": true
},
"exclude": ["node_modules", "build", "dist", ".next", ".expo"]
}
"exclude": [
"node_modules",
"build",
"dist",
".next"
]
}