void/extensions/ipynb/tsconfig.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
173 B
JSON
Raw Permalink Normal View History

2024-09-11 02:37:36 +00:00
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"outDir": "./out",
"lib": ["dom"]
},
"include": [
"src/**/*",
2025-03-01 02:01:53 +00:00
"../../src/vscode-dts/vscode.d.ts"
2024-09-11 02:37:36 +00:00
]
}