Skip to content

Instantly share code, notes, and snippets.

@kermankohli
Created October 28, 2018 06:45
Show Gist options
  • Save kermankohli/1b454ce3b601e3579f6c5ebfbe2076e5 to your computer and use it in GitHub Desktop.
Save kermankohli/1b454ce3b601e3579f6c5ebfbe2076e5 to your computer and use it in GitHub Desktop.
Root TSConfig
{
"compilerOptions": {
"module": "commonjs",
"target": "es5",
"lib": ["dom", "es2015", "es2016", "es2017"],
"sourceMap": true,
"declaration": true,
"experimentalDecorators": true,
"downlevelIteration": true,
"noImplicitReturns": true,
"noImplicitAny": false,
"pretty": true,
"skipLibCheck": true,
"typeRoots": [
"node_modules/@0xproject/types",
"node_modules/@0xproject/typescript-typings/types",
"node_modules/@types"
],
"strict": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment