mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
apply decreaseIndent for ruby code
This commit is contained in:
12
extensions/ruby/tsconfig.json
Normal file
12
extensions/ruby/tsconfig.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"target": "es5",
|
||||
"outDir": "./out",
|
||||
"noLib": true,
|
||||
"sourceMap": true
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user