Skip to content

Commit 8b85ecb

Browse files
authored
chore: use relative path to parent tsconfig.json (#1476)
1 parent e4a7679 commit 8b85ecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "@tsconfig/node14/tsconfig.json",
2+
"extends": "./node_modules/@tsconfig/node14/tsconfig.json",
33
"compilerOptions": {
44
"noEmit": true,
55
"stripInternal": true,

0 commit comments

Comments
 (0)