latest rollup requires @types/node

This commit is contained in:
Resi Respati
2018-08-01 12:31:53 +07:00
parent 519e575b18
commit 0b58638297
2 changed files with 2 additions and 5 deletions

4
src/types.d.ts vendored
View File

@@ -1,5 +1 @@
// type shim for nodejs' `require()` syntax
// for stricter node.js typings, remove this and install `@types/node`
declare const require: (module: string) => any;
// add your custom typings here