1
0
mirror of https://git.tuxpa.in/a/code-server.git synced 2024-12-26 12:15:26 +00:00
code-server-2/lib/vscode/extensions/vscode-api-tests/tsconfig.json
2021-04-30 20:25:17 +05:30

10 lines
117 B
JSON

{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"outDir": "./out"
},
"include": [
"src/**/*"
]
}