Skip to content

Commit 07e3108

Browse files
committed
people actually read your wip commit messages. Hi 👋
1 parent 29532b7 commit 07e3108

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

apps/oxfmt/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"@prettier/sync": "^0.6.1"
4040
},
4141
"devDependencies": {
42+
"@types/node": "^24.0.0",
4243
"execa": "^9.6.0",
4344
"tsdown": "^0.15.5",
4445
"typescript": "catalog:",

apps/oxfmt/tsconfig.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
"noImplicitAny": true,
88
"skipLibCheck": true
99
},
10-
"exclude": [
11-
"node_modules",
12-
"fixtures",
13-
"test/fixtures"
10+
"include": [
11+
"src-js"
1412
]
1513
}

pnpm-lock.yaml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)