Skip to content

Instantly share code, notes, and snippets.

@ShizukuIchi
Created December 25, 2019 15:21
Show Gist options
  • Save ShizukuIchi/73aaf393fa17f9dba5fefba5ca9ff975 to your computer and use it in GitHub Desktop.
Save ShizukuIchi/73aaf393fa17f9dba5fefba5ca9ff975 to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"noFallthroughCasesInSwitch": true,
"noUnusedParameters": true,
"noImplicitReturns": true,
"esModuleInterop": true,
"noUnusedLocals": true,
"noImplicitAny": true,
"declarationDir": "dist/types",
"declaration": true,
"target": "ESNext",
"module": "es2015",
"strict": true
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment