Skip to content

Commit 77dbf79

Browse files
committed
chore: wip
1 parent 536bfd4 commit 77dbf79

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"moduleDetection": "force",
66
"module": "esnext",
77
"moduleResolution": "bundler",
8+
"paths": {
9+
"ts-broadcasting": ["./packages/ts-broadcasting/src/index.ts"]
10+
},
811
"resolveJsonModule": true,
912
"types": ["bun"],
1013
"allowImportingTsExtensions": true,
1114
"strict": true,
12-
"paths": {
13-
"ts-broadcasting": ["./packages/ts-broadcasting/src/index.ts"]
14-
},
1515
"strictNullChecks": true,
1616
"noFallthroughCasesInSwitch": true,
1717
"declaration": true,

0 commit comments

Comments
 (0)