Skip to content

Commit

Permalink
modified config
Browse files Browse the repository at this point in the history
  • Loading branch information
dpeachpeach committed Sep 1, 2023
1 parent fd5fc6a commit 0f302ea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
// Types should go into this directory.
// Removing this would place the .d.ts files
// next to the .js files
"outDir": "dist"
"outDir": "types",
// go to js file when using IDE functions like
// "Go to Definition" in VSCode
"declarationMap": true
}
}

0 comments on commit 0f302ea

Please sign in to comment.