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