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" }]
}
}
$ npm install vue-ts-plugin
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"plugins": [{ "name": "ts-css-modules" }]
}
}
npm i ts-css-modules
5
0.0.1-test1
ISC