code-server/ci/tsconfig.json
2020-02-14 19:46:17 -05:00

7 lines
72 B
JSON

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