-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Closed
Description
Currently the first non-comment line in custom.d.ts is as follows
declare module "*";
but that seems to give a syntax error on the semicolon with the message '{ expected', as the compiler expects a curly brace. Changing it to the following seems to fix it
declare module "*" {}
Is that a valid fix?
ajliu and bburttram
Metadata
Metadata
Assignees
Labels
No labels