mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 06:21:50 +01:00
11 lines
207 B
JSON
11 lines
207 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"noImplicitAny": true,
|
|
"noUnusedLocals": true,
|
|
"noImplicitThis": true,
|
|
"noImplicitReturns": true,
|
|
"noImplicitUseStrict": true
|
|
}
|
|
} |