Skip to content

Instantly share code, notes, and snippets.

@kenotron
Last active May 20, 2020 19:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kenotron/0750ad8391a3ada062bc4c7c3f6e3b44 to your computer and use it in GitHub Desktop.
Save kenotron/0750ad8391a3ada062bc4c7c3f6e3b44 to your computer and use it in GitHub Desktop.
tsconfig.json
{
"compilerOptions": {
"target": "es2017",
"lib": ["es2017"],
"rootDir": "src",
"outDir": "lib",
"module": "commonjs",
"moduleResolution": "node",
"esModuleInterop": true,
"allowJs": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"declaration": true
},
"include": ["src"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment