solidjs / templates

Vite + solid templates
446 stars 117 forks source link

Missing file jsconfig.json in template js-tailwindcss #92

Closed timdimas closed 1 year ago

timdimas commented 1 year ago

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 1 year ago

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