kylin-code/extensions/configuration-editing/tsconfig.json

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

15 lines
254 B
JSON
Raw Permalink Normal View History

2022-06-14 14:37:10 +08:00
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"outDir": "./out",
"types": [
"node"
]
},
"include": [
"src/**/*",
2024-04-30 20:57:13 +08:00
"../../src/vscode-dts/vscode.d.ts",
"../../src/vscode-dts/vscode.proposed.profileContentHandlers.d.ts",
2022-06-14 14:37:10 +08:00
]
}