code-server/ci/tsconfig.json

5 lines
64 B
JSON
Raw Normal View History

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