Export more types, add stub for common-map library
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good

This commit is contained in:
Willem Dantuma
2019-07-17 11:51:14 +02:00
parent 4ab7e39b8e
commit 6f28561303
18 changed files with 313 additions and 7 deletions

View File

@@ -17,6 +17,14 @@
"lib": [
"es2018",
"dom"
]
],
"paths": {
"common-map": [
"dist/common-map"
],
"common-map/*": [
"dist/common-map/*"
]
}
}
}