Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/07akioni/project-reference-build-error


https://github.com/07akioni/project-reference-build-error

Last synced: 28 days ago
JSON representation

Awesome Lists containing this project

README

        

## Run
```
npm run build
```

error
```
> tsc -b tsconfig.build.json

dist/proj1/index.d.ts:3:13 - error TS2304: Cannot find name 'Locale'.

3 locale: Locale;
~~~~~~

Found 1 error.
```