2019-12-19 11:37:48 +01:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2019-12-23 14:59:19 +01:00
|
|
|
"module": "CommonJS",
|
2019-12-19 11:37:48 +01:00
|
|
|
"lib": ["esnext", "dom", "es2015.iterable"],
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"strictNullChecks": true,
|
|
|
|
"sourceMap": true,
|
|
|
|
"downlevelIteration": true,
|
2019-12-26 17:13:37 +01:00
|
|
|
"target": "es6",
|
|
|
|
|
|
|
|
"resolveJsonModule": true
|
2019-12-19 11:37:48 +01:00
|
|
|
},
|
2019-12-26 17:13:37 +01:00
|
|
|
"include": ["src", "sandbox", "test", "package.json"],
|
2019-12-25 13:58:29 +01:00
|
|
|
"exclude": ["dist"]
|
2019-12-19 11:37:48 +01:00
|
|
|
}
|