This commit is contained in:
syuilo 2022-09-21 04:50:16 +09:00
parent 3bc6205150
commit e7cdc53c7b
3 changed files with 393 additions and 383 deletions

View file

@ -64,6 +64,7 @@ module.exports = {
"ts-jest": {
"useESM": true,
tsconfig: "test/tsconfig.json",
isolatedModules: true,
diagnostics: {
exclude: ['**'],
},