solidjs/templates

Missing file jsconfig.json in template js-tailwindcss

timdimas opened this issue · 1 comments

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
  }
} 

I've merged an MR that does just that! Thanks :)