1
Fork 0
solar-conflux/typescript/option/tsconfig.json
Matei Adriel 052584b09a
typescript(option): chore: initial setup
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-19 12:37:48 +02:00

12 lines
280 B
JSON

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