Tailwind working

This commit is contained in:
2021-11-10 18:31:55 +01:00
parent 0da3ff46ef
commit b7a57461a9
15 changed files with 530 additions and 30 deletions

View File

@@ -11,7 +11,6 @@
"strict": false,
"forceConsistentCasingInFileNames": true,
"noEmit": true,
"incremental": true,
"esModuleInterop": true,
"module": "esnext",
"moduleResolution": "node",
@@ -19,10 +18,12 @@
"isolatedModules": true,
"jsx": "preserve",
"incremental": true,
"baseUrl": ".",
"paths": {
"@src/*": [
"./src/"
]}
"./src/*"
]
}
},
"include": [
"next-env.d.ts",