Closed MikyWang closed 7 years ago
this tool is good , but I want use it in a typescript project, so Can you add a typescript definition for me and others who use typescipt?
@MikyWang TypeScript now supports the --allowJs flag and you can use it.
--allowJs
tsconfig.json like this:
tsconfig.json
{ "compilerOptions": { "allowJs": true, "types": ["node"] } }
this tool is good , but I want use it in a typescript project, so Can you add a typescript definition for me and others who use typescipt?