This website requires JavaScript.
Explore
Help
Register
Sign In
bughz
/
code-server
mirror of
https://github.com/coder/code-server.git
Watch
1
Star
0
Fork
You've already forked code-server
0
Code
Issues
Projects
Releases
Wiki
Activity
6c87b540b4
code-server
/
test
/
tsconfig.json
5 lines
65 B
JSON
Raw
Normal View
History
Unescape
Escape
Make updating work for both binary and loose releases
2020-02-21 05:50:01 +08:00
{
"extends"
:
"../tsconfig.json"
,
fix(test/tsconfig): exclude test-plugin
2022-09-17 13:37:04 +08:00
"include"
:
[
"./**/*.ts"
]
,
Make updating work for both binary and loose releases
2020-02-21 05:50:01 +08:00
}