Skip to content

Instantly share code, notes, and snippets.

@criloz
Created June 25, 2024 11:23
Show Gist options
  • Save criloz/b82faa5972802fd85e24df2f720b87fa to your computer and use it in GitHub Desktop.
Save criloz/b82faa5972802fd85e24df2f720b87fa to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"composite": true,
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true,
"noEmit": true
},
"include": ["vite.config.ts"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment