This repository has been archived by the owner on May 27, 2020. It is now read-only.
v3.3.0
Bug Fixes
Features
BREAKING CHANGES
-
no more use
deno.dts_file
anymore
We think this configuration item is redundantYou can configure external declaration files in
tsconfig.json
before:
//.vscode/settings.json { "deno.enable": true, "deno.dts_file": ["./path/to/demo.d.ts"] }
after:
//.vscode/settings.json { "deno.enable": true }