chore: update dev dependencies

This commit is contained in:
CrazyMax
2023-09-10 04:25:51 +02:00
parent 32402da4e2
commit 2105ee4f68
7 changed files with 1514 additions and 1287 deletions

View File

@ -3,7 +3,6 @@
"esModuleInterop": true,
"target": "es6",
"module": "commonjs",
"strict": true,
"newLine": "lf",
"outDir": "./lib",
"rootDir": "./src",
@ -13,9 +12,8 @@
"useUnknownInCatchVariables": false,
},
"exclude": [
"./__tests__/**/*",
"./lib/**/*",
"node_modules",
"**/*.test.ts",
"jest.config.ts"
]
}