Skip to content

Instantly share code, notes, and snippets.

@kermankohli
Created October 28, 2018 06:51
Show Gist options
  • Save kermankohli/d259c6b3101b30fa2e0e012e256d8edc to your computer and use it in GitHub Desktop.
Save kermankohli/d259c6b3101b30fa2e0e012e256d8edc to your computer and use it in GitHub Desktop.
Base Contract 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