This website requires JavaScript.
Explore
Woodpecker
Blog
Help
Register
Sign In
OCram85
/
code-server
Archived
Watch
1
Star
0
Fork
0
You've already forked code-server
Code
Pull Requests
2
Activity
This repository has been archived on
2024-09-09
. You can view files and clone it, but cannot push or open issues or pull requests.
a0944006e7
code-server
/
test
/
tsconfig.json
6 lines
106 B
JSON
Raw
Normal View
History
Unescape
Escape
Make updating work for both binary and loose releases
2020-02-20 22:50:01 +01:00
{
"extends"
:
"../tsconfig.json"
,
fix(test/tsconfig): exclude test-plugin
2022-09-17 07:37:04 +02:00
"include"
:
[
"./**/*.ts"
]
,
"exclude"
:
[
"./unit/node/test-plugin"
]
Make updating work for both binary and loose releases
2020-02-20 22:50:01 +01:00
}
Copy Permalink