1
Fork 0
solar-conflux/typescript/option/tsconfig.json
Matei Adriel 1fc2ef32e4
typescript(option): test: added tests for bind
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-23 15:59:19 +02:00

13 lines
310 B
JSON

{
"compilerOptions": {
"module": "CommonJS",
"lib": ["esnext", "dom", "es2015.iterable"],
"moduleResolution": "node",
"strictNullChecks": true,
"sourceMap": true,
"downlevelIteration": true,
"target": "es6"
},
"include": ["src", "sandbox"]
}