code-server/ci/tsconfig.json

7 lines
72 B
JSON
Raw Normal View History

2020-02-15 06:54:52 +07:00
{
"extends": "../tsconfig.json",
"include": [
"./**/*.ts"
]
}