Skip to content

Commit

Permalink
fix reference to tsconfig.base.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens committed Oct 27, 2022
1 parent 767ba8c commit 5af3196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/files_example/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../../tsconfig.base.json",
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./target/types"
},
Expand Down

0 comments on commit 5af3196

Please sign in to comment.