1
0
mirror of https://github.com/LibreScore/dl-librescore synced 2024-09-20 01:21:34 +02:00
dl-librescore/tsconfig.json

17 lines
315 B
JSON
Raw Normal View History

2020-05-18 00:57:28 +02:00
{
"compilerOptions": {
"target": "es6",
"lib": [
"dom",
2020-05-19 06:41:05 +02:00
"dom.iterable",
2020-05-18 00:57:28 +02:00
"es2019",
],
"module": "commonjs",
"moduleResolution": "node",
"esModuleInterop": true,
"resolveJsonModule": true,
"strictNullChecks": true,
"sourceMap": false,
"newLine": "lf",
}
}