We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 536bfd4 commit 77dbf79Copy full SHA for 77dbf79
tsconfig.json
@@ -5,13 +5,13 @@
5
"moduleDetection": "force",
6
"module": "esnext",
7
"moduleResolution": "bundler",
8
+ "paths": {
9
+ "ts-broadcasting": ["./packages/ts-broadcasting/src/index.ts"]
10
+ },
11
"resolveJsonModule": true,
12
"types": ["bun"],
13
"allowImportingTsExtensions": true,
14
"strict": true,
- "paths": {
- "ts-broadcasting": ["./packages/ts-broadcasting/src/index.ts"]
- },
15
"strictNullChecks": true,
16
"noFallthroughCasesInSwitch": true,
17
"declaration": true,
0 commit comments