Isolate all TS stuff in hello package
This commit is contained in:
13
hello/jest.config.js
Normal file
13
hello/jest.config.js
Normal file
@@ -0,0 +1,13 @@
|
||||
module.exports = {
|
||||
testEnvironment: 'node',
|
||||
preset: "ts-jest",
|
||||
globals: {
|
||||
"ts-jest": {
|
||||
diagnostics: {
|
||||
ignoreCodes: [
|
||||
151001 // see https://githubmemory.com/repo/kulshekhar/ts-jest/issues/2722
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user