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