Skip to content
Snippets Groups Projects
tsconfig.node.json 255 B
Newer Older
  "compilerOptions": {
    "composite": true,
    "skipLibCheck": true,
    "module": "ESNext",
    "moduleResolution": "bundler",
    "allowSyntheticDefaultImports": true,
    "strict": true
  },
  "include": ["vite.config.ts", "src/utils/index.ts"]
}