Skip to content

Commit 4d7a976

Browse files
committed
chore(cli): remove unused ts paths
Former-commit-id: 915b95d
1 parent fe07103 commit 4d7a976

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

packages/cli/build.tsconfig.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
33
"baseUrl": ".",
44
"target": "es2020",
55
"module": "ESNext",
6-
"allowSyntheticDefaultImports": true,
7-
"paths": {
8-
"@semaphore-protocol/subgraph": ["../subgraph/src/index.ts"]
9-
}
6+
"allowSyntheticDefaultImports": true
107
},
118
"include": ["src"]
129
}

packages/cli/tsconfig.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44
"target": "es2020",
55
"module": "ESNext",
66
"moduleResolution": "Node16",
7-
"allowSyntheticDefaultImports": true,
8-
"paths": {
9-
"@semaphore-protocol/subgraph": ["../subgraph/src/index.ts"]
10-
}
7+
"allowSyntheticDefaultImports": true
118
},
129
"include": ["src", "rollup.config.ts"]
1310
}

0 commit comments

Comments
 (0)