Skip to content
Snippets Groups Projects
Commit 687a825e authored by VAUCHAIR MARLINE's avatar VAUCHAIR MARLINE
Browse files

:construction: Start of interface

parent e7678f4a
Branches
2 merge requests!4Add CI deployment,!1Persistance
......@@ -8,5 +8,7 @@ module.exports = {
variants: {
extend: {},
},
plugins: [],
plugins: [
require('@tailwindcss/forms')
],
}
......@@ -18,7 +18,8 @@
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx"
"jsx": "react-jsx",
"noImplicitAny": false
},
"include": [
"src"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment