generated from blueplum/typescript-template
feat: basically the whole package
This commit is contained in:
+1
-2
@@ -4,7 +4,7 @@
|
||||
"target": "es2023",
|
||||
"lib": ["ES2023"],
|
||||
"module": "esnext",
|
||||
"types": ["vitest/importMeta"],
|
||||
"types": ["vitest/importMeta", "node"],
|
||||
"skipLibCheck": true,
|
||||
|
||||
/* Bundler mode */
|
||||
@@ -17,7 +17,6 @@
|
||||
|
||||
/* Linting */
|
||||
"noUnusedLocals": false,
|
||||
"noUncheckedIndexedAccess": true,
|
||||
"erasableSyntaxOnly": true,
|
||||
},
|
||||
"include": ["src", "tests"]
|
||||
|
||||
Reference in New Issue
Block a user