Add the file to tsconfig.json to avoid test failure

This commit is contained in:
Tomáš Hübelbauer
2019-02-20 13:00:42 +01:00
committed by GitHub
parent 4d2fc7e27b
commit 3318b6d29d

View File

@@ -20,6 +20,7 @@
},
"files": [
"index.d.ts",
"react-big-calendar-tests.tsx"
"react-big-calendar-tests.tsx",
"lib/addons/dragAndDrop.d.ts"
]
}
}