code-server/ci/tsconfig.json

7 lines
72 B
JSON

{
"extends": "../tsconfig.json",
"include": [
"./**/*.ts"
]
}