Skip to content

Instantly share code, notes, and snippets.

@singiamtel
Created February 2, 2024 14:07
Show Gist options
  • Save singiamtel/769089b84eac4ef56755364b06149b44 to your computer and use it in GitHub Desktop.
Save singiamtel/769089b84eac4ef56755364b06149b44 to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"target": "ESNext",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"noFallthroughCasesInSwitch": true,
"sourceMap": true,
"sourceRoot": "./src",
"outDir": "./dist"
},
"include": ["src/**/*", "typings.d.ts"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment