Repository URL to install this package:
|
Version:
0.1.0 ▾
|
| types |
| package.json |
| README.md |
Provides TypeScript type definitions for VCC UI packages:
vcc-ui@volvo-cars/site-nav-component@volvo-cars/site-footer-componentTo use in your TypeScript project, you need to provide paths to the definitions. Your tsconfig.json should look something like this:
{ "compilerOptions": ... "paths": { "*": [ "src/*", "node_modules/@fbinhouse/vcc-ui-typings/types/*" ], "@volvo-cars/*": [ "node_modules/@fbinhouse/vcc-ui-typings/types/@volvo-cars/*" ] } } ... }