This repository was archived by the owner on Jan 19, 2019. It is now read-only.
This repository was archived by the owner on Jan 19, 2019. It is now read-only.
Fail in Typescript 2.0 shorthand ambient module declarations #50
Closed
Description
TypeScript 2.0 support shorthand ambient module declarations
declare module "*.csv";
declare module "*.scss";
Current typescript-eslint-parser will report Parsing error: '{' expected.
on this statements;