Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
spdiswal committed Dec 23, 2024
1 parent ec83d47 commit 0b787bc
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
"name": "@rainstormy/presets-typescript",
"version": "1.0.1",
"description": "Predefined, opinionated TypeScript configurations suitable for any TypeScript project.",
"keywords": [
"tsconfig",
"typescript"
],
"keywords": ["tsconfig", "typescript"],
"bugs": "https://github.com/rainstormy/presets-typescript/issues",
"repository": {
"type": "git",
Expand All @@ -22,9 +19,7 @@
"./es2023": "./dist/es2023.json",
"./es2023-node": "./dist/es2023-node.json"
},
"files": [
"dist/"
],
"files": ["dist/"],
"packageManager": "pnpm@9.15.1+sha512.1acb565e6193efbebda772702950469150cf12bcc764262e7587e71d19dc98a423dff9536e57ea44c49bdf790ff694e83c27be5faa23d67e0c033b583be4bfcf",
"engines": {
"node": ">=20.0.0"
Expand Down

0 comments on commit 0b787bc

Please sign in to comment.