mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 00:21:38 -05:00
14 lines
160 B
JSON
14 lines
160 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"lib": [
|
|
"es2015"
|
|
],
|
|
"module": "commonjs",
|
|
"outDir": "./out",
|
|
strict
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
} |