mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 15:25:47 +01:00
b93c593019
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
12 lines
184 B
JSON
12 lines
184 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {},
|
|
"exclude": [
|
|
"./src/test/**"
|
|
],
|
|
"files": [
|
|
"./src/ipynbMain.browser.ts",
|
|
"./src/notebookSerializerWorker.web.ts"
|
|
]
|
|
}
|