052584b09a
Signed-off-by: prescientmoon <git@moonythm.dev>
12 lines
280 B
JSON
12 lines
280 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["esnext", "dom", "es2015.iterable"],
|
|
"moduleResolution": "node",
|
|
"strictNullChecks": true,
|
|
"sourceMap": true,
|
|
"downlevelIteration": true,
|
|
"target": "es6"
|
|
},
|
|
"include": ["src", "sandbox"]
|
|
}
|