Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 563 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 563 Bytes

@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