Commit baaf21cd authored by Wyatt Barnes's avatar Wyatt Barnes

lint:fix

parent f1604053
...@@ -5,28 +5,28 @@ ...@@ -5,28 +5,28 @@
"baseUrl": "./src", "baseUrl": "./src",
"noEmit": true, "noEmit": true,
"target": "ESNext", "target": "ESNext",
"lib": ["esnext"], "lib": ["esnext"],
"module": "esnext", "module": "esnext",
"moduleResolution": "Node", "moduleResolution": "Node",
"isolatedModules": true, "isolatedModules": true,
"incremental": true, "incremental": true,
"allowUnreachableCode": false, "allowUnreachableCode": false,
"skipLibCheck": false, "skipLibCheck": false,
"allowUnusedLabels": false, "allowUnusedLabels": false,
"alwaysStrict": true, "alwaysStrict": true,
"exactOptionalPropertyTypes": true, "exactOptionalPropertyTypes": true,
"noFallthroughCasesInSwitch": true, "noFallthroughCasesInSwitch": true,
"noImplicitAny": true, "noImplicitAny": true,
"noImplicitReturns": true, "noImplicitReturns": true,
"noImplicitOverride": true, "noImplicitOverride": true,
"noImplicitThis": true, "noImplicitThis": true,
"forceConsistentCasingInFileNames": true, "forceConsistentCasingInFileNames": true,
"verbatimModuleSyntax": true, "verbatimModuleSyntax": true,
"noPropertyAccessFromIndexSignature": true, "noPropertyAccessFromIndexSignature": true,
"noUncheckedIndexedAccess": true, "noUncheckedIndexedAccess": true,
"noUnusedLocals": true, "noUnusedLocals": true,
"noUnusedParameters": true, "noUnusedParameters": true,
"strict": true "strict": true
}, },
"include": ["./src"] "include": ["./src"]
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment