void/extensions/markdown-language-features/tsconfig.json

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

11 lines
155 B
JSON
Raw Permalink Normal View History

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