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 fe07103 commit 4d7a976Copy full SHA for 4d7a976
packages/cli/build.tsconfig.json
@@ -3,10 +3,7 @@
3
"baseUrl": ".",
4
"target": "es2020",
5
"module": "ESNext",
6
- "allowSyntheticDefaultImports": true,
7
- "paths": {
8
- "@semaphore-protocol/subgraph": ["../subgraph/src/index.ts"]
9
- }
+ "allowSyntheticDefaultImports": true
10
},
11
"include": ["src"]
12
}
packages/cli/tsconfig.json
@@ -4,10 +4,7 @@
"moduleResolution": "Node16",
"include": ["src", "rollup.config.ts"]
13
0 commit comments