code-server/ci/tsconfig.json

5 lines
64 B
JSON
Raw Normal View History

2020-02-14 18:54:52 -05:00
{
"extends": "../tsconfig.json",
2020-02-14 19:46:00 -05:00
"include": ["./**/*.ts"]
2020-02-14 18:54:52 -05:00
}