Skip to content

Commit 2cf8feb

Browse files
author
Dmitry Shirokov
committed
chore: fix build
1 parent fa79914 commit 2cf8feb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tsconfig.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@
1212
"strictPropertyInitialization": false,
1313
},
1414
"exclude": [
15-
"node_modules",
15+
"__mocks__",
1616
"**/*.spec.ts",
1717
"**/*.test.ts",
18-
"__mocks__",
19-
"lib"
18+
"lib",
19+
"node_modules",
20+
"test/imports/*.ts"
2021
]
2122
}

0 commit comments

Comments
 (0)