mirror of
https://git.tuxpa.in/a/code-server.git
synced 2025-01-02 15:28:45 +00:00
9 lines
132 B
JSON
9 lines
132 B
JSON
|
{
|
||
|
"extends": "../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"target": "es5",
|
||
|
"lib": ["dom", "esnext"],
|
||
|
"importHelpers": true
|
||
|
}
|
||
|
}
|