Skip to content
This repository was archived by the owner on Apr 20, 2025. It is now read-only.

Commit 5eecf14

Browse files
feat: add typescript reset
1 parent 05829e8 commit 5eecf14

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"devDependencies": {
1717
"@commitlint/cli": "^19.2.1",
1818
"@commitlint/config-conventional": "^19.1.0",
19+
"@total-typescript/ts-reset": "^0.5.1",
1920
"@types/cors": "^2.8.17",
2021
"@types/express": "^4.17.21",
2122
"@types/morgan": "^1.9.9",

pnpm-lock.yaml

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/reset.d.ts

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import '@total-typescript/ts-reset';
2+
3+
// NOTE: Do not write anything else in this file.

0 commit comments

Comments
 (0)