mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-02 08:15:56 +01:00
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"
|
|
]
|
|
}
|