Missing file jsconfig.json in template js-tailwindcss
timdimas opened this issue · 1 comments
timdimas commented
I noticed that this file is missing jsconfig.json
{
"compilerOptions": {
"strict": true,
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"jsx": "preserve",
"jsxImportSource": "solid-js",
"types": ["vite/client"],
"noEmit": true,
"isolatedModules": true
}
}
amoutonbrady commented
I've merged an MR that does just that! Thanks :)