Karolis' playground dv-svelte / master tsconfig.node.json
master

Tree @master (Download .tar.gz)

tsconfig.node.json @masterraw · history · blame

{
  "compilerOptions": {
    "composite": true,
    "skipLibCheck": true,
    "module": "ESNext",
    "moduleResolution": "bundler",
    "strict": true
  },
  "include": ["vite.config.ts"]
}