17 lines
466 B
JSON
17 lines
466 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"lib": ["es2017", "dom"],
|
|
"sourceMap": true,
|
|
"declaration": true,
|
|
"experimentalDecorators": true,
|
|
"downlevelIteration": true,
|
|
"noImplicitReturns": true,
|
|
"pretty": true,
|
|
"skipLibCheck": true,
|
|
"typeRoots": ["node_modules/@0xproject/typescript-typings/types", "node_modules/@types"],
|
|
"strict": true
|
|
}
|
|
}
|