mirror of
https://github.com/coder/code-server.git
synced 2024-12-04 23:03:06 +08:00
9 lines
121 B
JSON
9 lines
121 B
JSON
{
|
|
"extends": "../../shared.tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./out"
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
} |