This website requires JavaScript.
Explore
Help
Register
Sign In
a
/
code-server
Watch
1
Star
0
Fork
You've already forked code-server
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
14c5aecd45
code-server
/
test
/
tsconfig.json
5 lines
64 B
JSON
Raw
Normal View
History
Unescape
Escape
Make updating work for both binary and loose releases
2020-02-20 21:50:01 +00:00
{
"extends"
:
"../tsconfig.json"
,
refactor: move jest around and add code coverage
2021-01-21 23:39:04 +00:00
"include"
:
[
"./**/*.ts"
]
Make updating work for both binary and loose releases
2020-02-20 21:50:01 +00:00
}