Skip to content

Commit e26728b

Browse files
committed
chor: update shared config
1 parent efbff0b commit e26728b

File tree

4 files changed

+9
-13
lines changed

4 files changed

+9
-13
lines changed

.npmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
auto-install-peers=true
22

3-
# required to expose binaries installed by @idleberg/configs
43
public-hoist-pattern[]=*@biomejs/biome*
4+
public-hoist-pattern[]=*@total-typescript/tsconfig*
55
public-hoist-pattern[]=*lefthook*

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@
474474
"devDependencies": {
475475
"@commitlint/cli": "^19.8.1",
476476
"@commitlint/config-conventional": "^19.8.1",
477-
"@idleberg/configs": "^0.1.0",
477+
"@idleberg/configs": "^0.3.1",
478478
"@total-typescript/tsconfig": "^1.0.4",
479479
"@types/line-column": "^1.0.2",
480480
"@types/node": "^24.4.0",

pnpm-lock.yaml

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

tsconfig.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
{
2-
"extends": "@total-typescript/tsconfig/tsc/no-dom/library",
2+
"extends": "@idleberg/configs/tsc",
33
"compilerOptions": {
4-
"allowImportingTsExtensions": true,
54
"module": "ESNext",
65
"moduleResolution": "bundler",
7-
"noEmit": true,
86
"target": "ESNext"
97
}
108
}

0 commit comments

Comments
 (0)