mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 01:29:04 +01:00
8 lines
119 B
JSON
8 lines
119 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"moduleResolution": "node",
|
|
"newLine": "LF"
|
|
}
|
|
} |