1
Fork 0
solar-conflux/typescript/option/tsconfig.json

12 lines
280 B
JSON
Raw Normal View History

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