OneJSO
OneJS4y ago
Singtaa

To have VSCode generate .d.ts files, you can add `"declaration": true,` to the tsconfig.json file

To have VSCode generate .d.ts files, you can add
"declaration": true,
to the tsconfig.json file
Was this page helpful?