microsoft_vscode/extensions/ipynb/tsconfig.browser.json
Matt Bierner b93c593019
Update extensions/ipynb/tsconfig.browser.json
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-19 12:00:34 -08:00

12 lines
184 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {},
"exclude": [
"./src/test/**"
],
"files": [
"./src/ipynbMain.browser.ts",
"./src/notebookSerializerWorker.web.ts"
]
}