I noticed that some json files with specific names get intellisense, like:
tsconfig.json
jsconfig.json
package.json
.eslintrc.json
.prettierrc.json
Some screenchots
[]
[]
how can i type the schema of my own json files is it declares as a json module or something similar?
I already found that the json Schemas are based on the json-schema.org that would enable intellisense for json files
here is a good intro for defining your own json schema https://json-schema.org/understanding-json-schema/basics.html