typescript-plugin-json-const
v0.7.1
Published
A typescript language service plugin providing support for json files as const.
Readme
typescript-plugin-json-const
BASED ON https://github.com/sapphi-red/typescript-plugin-toml - THANKS FOR THE BASE
A typescript language service plugin providing support for json files as const.
Usage
npm i -D typescript-plugin-json-const # yarn add -D typescript-plugin-json-constAnd then add this to tsconfig.json.
{
"compilerOptions": {
"plugins": [{ "name": "typescript-plugin-json-const" }]
}
}If you're using VSCode, switch to workspace version.
