mirror of
https://github.com/danog/code-server.git
synced 2024-12-14 10:17:19 +01:00
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/**/*"
|
|
]
|
|
} |