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