Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add allowSyntheticDefaultImports = true
Because of validateNPMPackageName. Otherwise, ``` 14 import validateNPMPackageName from "validate-npm-package-name"; ~~~~~~~~~~~~~~~~~~~~~~ node_modules/@types/validate-npm-package-name/index.d.ts:29:1 29 export = validate; ~~~~~~~~~~~~~~~~~~ This module is declared with 'export =', and can only be used with a default import when using the 'allowSyntheticDefaultImports' flag. Found 1 error in index.ts:14 ```
- Loading branch information