mirror of
https://github.com/voideditor/void
synced 2026-05-22 17:08:25 +00:00
10 lines
155 B
JSON
10 lines
155 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "./out"
|
|
},
|
|
"include": [
|
|
"src/**/*",
|
|
"../../src/vscode-dts/vscode.d.ts"
|
|
]
|
|
}
|