mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
Split out ts syntax and grammar to ts basics
This commit is contained in:
12
extensions/typescript-basics/schemas/tsconfig.schema.json
Normal file
12
extensions/typescript-basics/schemas/tsconfig.schema.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"title": "JSON schema for the JavaScript configuration file",
|
||||
"type": "object",
|
||||
"default": {
|
||||
"compilerOptions": {
|
||||
"module": "commonjs"
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user