mirror of
https://github.com/coder/code-server.git
synced 2026-04-17 08:27:28 -05:00
refactor: move jest around and add code coverage
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
"sourceMap": true,
|
||||
"tsBuildInfoFile": "./.cache/tsbuildinfo",
|
||||
"incremental": true,
|
||||
"typeRoots": ["./node_modules/@types", "./typings"],
|
||||
"typeRoots": ["./node_modules/@types", "./typings", "./test/node_modules/@types"],
|
||||
"downlevelIteration": true
|
||||
},
|
||||
"include": ["./src/**/*.ts"],
|
||||
|
||||
Reference in New Issue
Block a user