mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-21 10:17:25 +00:00
* final init order fixes https://github.com/microsoft/vscode/issues/243049 * a few more fixed when compiling with `"useDefineForClassFields": true` https://github.com/microsoft/vscode/issues/243049 and https://github.com/microsoft/vscode/issues/186726 * add a dry-check that ensures we can/could compile/emit with explicitly defined class fields https://github.com/microsoft/vscode/issues/186726
9 lines
136 B
JSON
9 lines
136 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"useDefineForClassFields": true,
|
|
"noEmit": true,
|
|
"skipLibCheck": true
|
|
}
|
|
}
|