ts-css-modules
v0.0.1-test1
Published
## Instructions
Downloads
4
Readme
TypeScript Language Service Plugin for CSS Modules
Instructions
$ npm install vue-ts-plugin
- Add plugin to tsconfig.
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"plugins": [{ "name": "ts-css-modules" }]
}
}