Closed hieuhani closed 5 years ago
Do you run tsc
after build?
What the command you use to build?
"prebuild": "rimraf dist && tsc",
"build": "rollup -c",
I had checked package.json
, we have tsc
before build
.
Not yet, I just use yarn dev
to develop.
The error: TypeScript error: Could not find a declaration file for module 'react-silk-ui'. '/Users/hieuhani/Code/react-silk/packages/react-silk-ui/dist/react-silk-ui.js' implicitly has an 'any' type.
threw
If it needs to be, please specify in the docs
I fixed this in #63
./dist ├── react-silk-ui.es.js └── react-silk-ui.js
0 directories, 2 files