mirror of https://git.tuxpa.in/a/code-server.git
13 lines
168 B
JSON
13 lines
168 B
JSON
|
{
|
||
|
"extends": "../../shared.tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "./dist/",
|
||
|
"jsx": "react",
|
||
|
"lib": [
|
||
|
"es2018",
|
||
|
"DOM",
|
||
|
"DOM.Iterable"
|
||
|
]
|
||
|
}
|
||
|
}
|