chore: update ts config and jest config
This commit is contained in:
parent
3044224729
commit
14c5aecd45
@ -115,9 +115,9 @@
|
||||
},
|
||||
"testEnvironment": "node",
|
||||
"testPathIgnorePatterns": [
|
||||
"/node_modules/",
|
||||
"<rootDir>/lib/vscode",
|
||||
"<rootDir>/out"
|
||||
"node_modules",
|
||||
"lib",
|
||||
"out"
|
||||
],
|
||||
"collectCoverage": true,
|
||||
"collectCoverageFrom": [
|
||||
|
@ -19,5 +19,5 @@
|
||||
"downlevelIteration": true
|
||||
},
|
||||
"include": ["./src/**/*.ts"],
|
||||
"exclude": ["test", "lib", "ci", "doc"]
|
||||
"exclude": ["/test", "/lib", "/ci", "/doc"]
|
||||
}
|
||||
|
Reference in New Issue
Block a user