vscode/extensions/typescript-language-features/schemas/tsconfig.schema.json

14 lines
233 B
JSON

{
"allowTrailingCommas": true,
"title": "JSON schema for the TypeScript compiler's configuration file",
"type": "object",
"default": {
"compilerOptions": {
"module": "commonjs"
},
"exclude": [
"node_modules"
]
}
}