code-server/test/tsconfig.json

5 lines
64 B
JSON
Raw Normal View History

{
"extends": "../tsconfig.json",
"include": ["./**/*.ts"]
}