Closed NotWoods closed 5 years ago
Rebased and fixed package.json!
Awesome quick response, thanks!
Nice improvments! :) I've just created a PR (https://github.com/DefinitelyTyped/DefinitelyTyped/pull/34598) to remove types from DefinitlyTyped repo.
Adds a .d.ts TypeScript declaration file to support typechecking a Rollup config with TypeScript.
TypeScript allows for checking normal Javascript files by adding a
// @ts-check
comment at the top of the file. By providing typings users can check that they aren't passing misspelled or incorrect parameters, and see a hint about what each option does in their editor.