Skip to content

Commit

Permalink
fix(demo): extended tsconfig fails validation in this setup
Browse files Browse the repository at this point in the history
  • Loading branch information
tobua committed Feb 1, 2024
1 parent 741e4c1 commit 222db17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions demo/api/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"moduleResolution": "NodeNext",
"module": "NodeNext",
"target": "esnext",
"moduleResolution": "nodenext",
"module": "nodenext",
},
}

0 comments on commit 222db17

Please sign in to comment.