code-server-2/ci/tsconfig.json

5 lines
64 B
JSON
Raw Normal View History

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