chore: fixing errors

This commit is contained in:
Joel Male
2024-03-28 12:43:14 +10:00
parent 34d5f1531a
commit 3af123dc1e
5 changed files with 8 additions and 8 deletions
+3 -2
View File
@@ -1,12 +1,13 @@
{
"compilerOptions": {
"target": "es6",
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"strictPropertyInitialization": false,
"jsx": "react",
"lib": [
"dom",
"es7"
"es6"
],
"module": "commonjs",
"noImplicitReturns": true,
@@ -16,7 +17,7 @@
"removeComments": true,
"sourceMap": true,
"strict": true,
"target": "es6"
"skipLibCheck": true
},
"exclude": ["node_modules", "**/*.test.ts"]
}