code-server-2/ci/tsconfig.json

7 lines
72 B
JSON
Raw Normal View History

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