Skip to content

Instantly share code, notes, and snippets.

@innovid-rnd
Created March 6, 2018 12:24
Show Gist options
  • Save innovid-rnd/0966096ed4288f4de6de2ed1424479c6 to your computer and use it in GitHub Desktop.
Save innovid-rnd/0966096ed4288f4de6de2ed1424479c6 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