diff --git a/tsconfig.json b/tsconfig.json index 2eef1cc..285a68b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -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 } } \ No newline at end of file