Update @sindresorhus/tsconfig to v4 (#194)

This commit is contained in:
Bjorn Stromberg 2023-08-10 22:07:56 +08:00 committed by GitHub
parent bcec30d735
commit 68e0c95857
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 7 deletions

View file

@ -49,7 +49,7 @@
"types"
],
"devDependencies": {
"@sindresorhus/tsconfig": "^3.0.1",
"@sindresorhus/tsconfig": "^4.0.0",
"@types/jsdom": "^21.1.1",
"@types/node": "^20.2.5",
"@types/zen-observable": "^0.8.3",

View file

@ -1,13 +1,7 @@
{
"extends": "@sindresorhus/tsconfig",
"compilerOptions": {
"lib": [
"DOM",
"DOM.Iterable",
"ES2021"
],
"outDir": "dist",
"target": "ES2021"
},
"include": [
"source"