mirror of
https://github.com/coder/code-server.git
synced 2026-05-06 12:31:58 +02:00
refactor: move jest and add package.json to /test
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
{
|
||||
"extends": "../tsconfig.json",
|
||||
"include": ["./**/*.ts"]
|
||||
"compilerOptions": {
|
||||
"typeRoots": ["node_modules/@types", "../typings"],
|
||||
"composite": true
|
||||
},
|
||||
"include": ["./**/*.ts"],
|
||||
"exclude": ["node_modules/**"],
|
||||
"types": ["jest"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user