Fix ESLint config

This commit is contained in:
Jeremy Tuloup 2022-04-27 09:31:13 +02:00
parent 722f1d7e6e
commit 040bfe4be8

View File

@ -8,5 +8,7 @@
"docs/**/*",
".eslintrc.js"
],
"types": ["jest"]
"compilerOptions": {
"types": ["jest"]
}
}