Skip to content
Snippets Groups Projects
Select Git revision
  • ff570e38e1549ebb6cf755d9cb5a4fcfb76f7784
  • main default protected
  • 03-download-and-edit-version
  • 02-httpRequest-Edit
4 results

tsconfig.node.json

Blame
  • tsconfig.node.json 233 B
    {
      "compilerOptions": {
        "composite": true,
        "skipLibCheck": true,
        "module": "ESNext",
        "moduleResolution": "bundler",
        "allowSyntheticDefaultImports": true,
        "strict": true
      },
      "include": ["vite.config.ts"]
    }