mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 01:29:04 +01:00
support auto indentation in python #3754
This commit is contained in:
11
extensions/python/tsconfig.json
Normal file
11
extensions/python/tsconfig.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"noLib": true,
|
||||
"target": "es5",
|
||||
"module": "commonjs",
|
||||
"outDir": "./out"
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user