mirror of
https://github.com/microsoft/vscode.git
synced 2026-06-03 06:04:37 +01:00
16 lines
236 B
JSON
16 lines
236 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"outDir": "../notebook-out/",
|
|
"module": "es2020",
|
|
"lib": [
|
|
"ES2024",
|
|
"DOM",
|
|
"DOM.Iterable"
|
|
],
|
|
"types": [],
|
|
"skipLibCheck": true
|
|
}
|
|
}
|