Skip to content

Commit bf33b5e

Browse files
committed
chore(exposure-keys): Remove unused path from tsconfig
1 parent f0960af commit bf33b5e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/exposure-keys/tsconfig.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
33
"outDir": "dist",
44
"module": "ES2020",
55
"moduleResolution": "Node",
6-
"rootDir": "src",
7-
"paths": {
8-
"ntpclient": ["../ntpclient"]
9-
}
6+
"rootDir": "src"
107
},
118
"exclude": ["dist", "node_modules"],
129
"extends": "../../tsconfig.json"

0 commit comments

Comments
 (0)