1
0
mirror of https://git.tuxpa.in/a/code-server.git synced 2025-01-02 15:28:45 +00:00
code-server-2/packages/web/tsconfig.json

9 lines
132 B
JSON
Raw Normal View History

{
"extends": "../tsconfig.json",
"compilerOptions": {
"target": "es5",
"lib": ["dom", "esnext"],
"importHelpers": true
}
}