1
0
mirror of https://git.tuxpa.in/a/code-server.git synced 2024-12-27 04:35:25 +00:00
code-server-2/lib/vscode/extensions/configuration-editing/build/tsconfig.json
2021-02-09 16:08:37 +00:00

8 lines
120 B
JSON

{
"extends": "../../shared.tsconfig.json",
"compilerOptions": {
"resolveJsonModule": true,
"outDir": "./out"
}
}