mirror of
https://git.tuxpa.in/a/code-server.git
synced 2025-01-20 22:38:46 +00:00
801aed9320
13 lines
168 B
JSON
13 lines
168 B
JSON
{
|
|||
"extends": "../../shared.tsconfig.json",
|
|||
"compilerOptions": {
|
|||
"outDir": "./dist/",
|
|||
"jsx": "react",
|
|||
"lib": [
|
|||
"es2018",
|
|||
"DOM",
|
|||
"DOM.Iterable"
|
|||
]
|
|||
}
|
|||
}
|