@ices/ts-plugin-locale
v1.2.0
Published
TypeScript's language service plugin that adds IntelliSense for locale components
Maintainers
Readme
@ices/ts-plugin-locale
TypeScript's language service plugin that adds IntelliSense for locale components
Usage
// tsconfig.json
{
compilerOptions: {
plugins: [{ name: '@ices/ts-plugin-locale' }],
},
}Preview

peerDependencies
@ices/react-locale