It's interesting how certain json files, like tsconfig.json
, jsconfig.json
, package.json
, .eslintrc.json
, and .prettierrc.json
, receive intellisense.
Here are some screenshots:
[]
[]
I'm curious about how I can define the schema for my own json files. Do I need to declare them as a json module or something similar?