mirror of https://git.tuxpa.in/a/code-server.git
13 lines
201 B
JSON
13 lines
201 B
JSON
|
{
|
||
|
"extends": "../shared.tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "./out",
|
||
|
"experimentalDecorators": true,
|
||
|
"typeRoots": [
|
||
|
"./node_modules/@types"
|
||
|
]
|
||
|
},
|
||
|
"include": [
|
||
|
"src/**/*"
|
||
|
]
|
||
|
}
|