Skip to content

Commit

Permalink
chore: use relative path to parent tsconfig.json (#1476)
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Dec 3, 2023
1 parent e4a7679 commit 8b85ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@tsconfig/node14/tsconfig.json",
"extends": "./node_modules/@tsconfig/node14/tsconfig.json",
"compilerOptions": {
"noEmit": true,
"stripInternal": true,
Expand Down

0 comments on commit 8b85ecb

Please sign in to comment.