mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2026-04-28 03:07:38 +02:00
added / fixed some types
This commit is contained in:
+6
-1
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true,
|
||||
"noImplicitReturns":true,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"suppressImplicitAnyIndexErrors": true,
|
||||
"moduleResolution": "node",
|
||||
"esModuleInterop": true,
|
||||
"target": "es6",
|
||||
@@ -9,7 +14,7 @@
|
||||
"preserveConstEnums": true,
|
||||
"sourceMap": true,
|
||||
"outDir": "dist",
|
||||
"noImplicitAny": false,
|
||||
"noImplicitAny": true,
|
||||
"lib": [
|
||||
"ES2020"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user