Skip to content

Instantly share code, notes, and snippets.

@jonasfroeller
Last active January 21, 2024 18:36
Show Gist options
  • Save jonasfroeller/b9f2451d011ac80763852fe9553e8776 to your computer and use it in GitHub Desktop.
Save jonasfroeller/b9f2451d011ac80763852fe9553e8776 to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"incremental": true,
"target": "ES2020",
"module": "es2020",
"allowJs": true,
"checkJs": true,
"declaration": true,
"declarationMap": true,
"sourceMap": true,
"outFile": "index.js",
"outDir": "dist",
"strict": true,
"noImplicitAny": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"noFallthroughCasesInSwitch": true,
"typeRoots": "types"
"typescript.tsdk": "node_modules/typescript/lib"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment