feat: add MUI style

This commit is contained in:
Maël Gangloff
2024-07-19 23:46:07 +02:00
parent 737ad4605b
commit 367f62f25a
6 changed files with 6289 additions and 120 deletions

View File

@@ -1,16 +1,19 @@
{
"compilerOptions": {
"target": "es5",
"lib": [
"dom",
"es2015"
],
"jsx": "react",
"module": "esnext",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"skipLibCheck": true,
"esModuleInterop": true
"esModuleInterop": true,
"lib": [
"es6",
"dom"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true
},
"include": [
"assets/**/*"