1.2.0 • Published 3 years ago

@ices/ts-plugin-locale v1.2.0

Weekly downloads
18
License
MIT
Repository
github
Last release
3 years ago

@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

preview

peerDependencies

@ices/react-locale

Related

@ices/react-locale

@ices/locale-webpack-plugin