eae5d8c807
These conflicts will be resolved in the following commits. We do it this way so that PR review is possible.
17 lines
298 B
JSON
17 lines
298 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2018",
|
|
"lib": [
|
|
"es2018"
|
|
],
|
|
"module": "commonjs",
|
|
"strict": true,
|
|
"alwaysStrict": true,
|
|
"noImplicitAny": true,
|
|
"noImplicitReturns": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
}
|
|
}
|