Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
Update @voxpelli/tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Jun 27, 2022
1 parent 51867cf commit ed485b2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@
# Generated types
*.d.ts
*.d.ts.map
*.d.cts
*.d.cts.map

# Library specific ones
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@types/picomatch": "^2.3.0",
"@types/resolve": "^1.20.2",
"@voxpelli/eslint-config": "^14.0.4",
"@voxpelli/tsconfig": "^3.2.0",
"@voxpelli/tsconfig": "^4.0.0",
"c8": "^7.11.2",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
Expand Down
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
],
"compilerOptions": {
"module": "es2022",
"moduleResolution": "node",
"removeComments": true
"moduleResolution": "node"
}
}

0 comments on commit ed485b2

Please sign in to comment.