Skip to content

Commit

Permalink
🔧 Enable erasableSyntaxOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
NatoBoram committed Feb 3, 2025
1 parent f566e1d commit 74babf3
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 37 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"markdownlint-cli2": "^0.17.2",
"prettier": "^3.4.2",
"typedoc": "^0.27.6",
"typescript": "5.7.3",
"typescript": "5.8.0-beta",
"typescript-eslint": "^8.22.0",
"vitest": "^3.0.4"
},
Expand Down
72 changes: 36 additions & 36 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"isolatedModules": true,
"verbatimModuleSyntax": true,
"isolatedDeclarations": true,
"erasableSyntaxOnly": true,
"forceConsistentCasingInFileNames": true,

/* Type Checking */
Expand Down

0 comments on commit 74babf3

Please sign in to comment.