2020-01-22 09:41:48 +01:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"baseUrl": ".",
|
2020-01-22 09:54:23 +01:00
|
|
|
"declaration": true,
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
"module": "commonjs",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"newLine": "LF",
|
|
|
|
"noEmitOnError": true,
|
|
|
|
"noFallthroughCasesInSwitch": true,
|
|
|
|
"noImplicitReturns": true,
|
|
|
|
"noUnusedLocals": false,
|
|
|
|
"noUnusedParameters": false,
|
|
|
|
"pretty": true,
|
|
|
|
"removeComments": false,
|
|
|
|
"resolveJsonModule": true,
|
|
|
|
"sourceMap": true,
|
|
|
|
"strict": true,
|
2020-02-18 17:01:04 +01:00
|
|
|
"target": "es2017",
|
|
|
|
"lib": ["es2017"]
|
2020-01-29 12:00:24 +01:00
|
|
|
}
|
|
|
|
}
|