code-server/test/tsconfig.json

5 lines
64 B
JSON
Raw Normal View History

{
"extends": "../tsconfig.json",
2022-09-18 11:44:33 +08:00
"include": ["./**/*.ts"]
}