Skip to content

Commit 040bfe4

Browse files
committed
Fix ESLint config
1 parent 722f1d7 commit 040bfe4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tsconfig.eslint.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@
88
"docs/**/*",
99
".eslintrc.js"
1010
],
11-
"types": ["jest"]
11+
"compilerOptions": {
12+
"types": ["jest"]
13+
}
1214
}

0 commit comments

Comments
 (0)