code-server/test/tsconfig.json
Joe Previte bc02005dc0
refactor: move test-plugin to integration suite
This seems more appropriate given this tests how a plugin might work
within code-server.
2022-09-19 12:40:04 -07:00

4 lines
65 B
JSON

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