mirror of
https://git.tuxpa.in/a/code-server.git
synced 2024-12-29 13:38:46 +00:00
15 lines
208 B
JSON
15 lines
208 B
JSON
{
|
|
"extends": "../shared.tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./out",
|
|
"experimentalDecorators": true,
|
|
"lib": [
|
|
"es6",
|
|
"es2015.promise",
|
|
"dom"
|
|
]
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
} |