A typescript language service plugin providing support for json files as const.
npm install 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.
``shell`
npm i -D typescript-plugin-json-const # yarn add -D typescript-plugin-json-const
And then add this to tsconfig.json.
`json``
{
"compilerOptions": {
"plugins": [{ "name": "typescript-plugin-json-const" }]
}
}
If you're using VSCode, switch to workspace version.