mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-25 04:36:23 +00:00
10 lines
158 B
JSON
10 lines
158 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"module": "commonjs",
|
|
"outDir": "./out",
|
|
"noUnusedLocals": true,
|
|
"lib": [ "es2016" ],
|
|
"strict": true
|
|
}
|
|
} |