Skip to content

Instantly share code, notes, and snippets.

@avivshafir
Last active March 5, 2018 17:04
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 avivshafir/9d0cd1894d68792004e4feae96f22efb to your computer and use it in GitHub Desktop.
Save avivshafir/9d0cd1894d68792004e4feae96f22efb to your computer and use it in GitHub Desktop.
tsconfig for dynamic imports
{
"compilerOptions": {
"target": "es5",
"sourceMap": false,
"inlineSourceMap": true,
"module": "esnext",
"moduleResolution": "node",
"jsx": "react",
"preserveConstEnums": true,
"removeComments": false,
"lib": ["es6", "dom"]
},
"types": ["node"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment