fix(angular): add "main" to package.json as workaround for webstorm

This commit is contained in:
Manu Mtz.-Almeida
2018-10-02 13:14:59 +02:00
parent 0337c7f567
commit c57a7cc2b1

View File

@ -37,6 +37,7 @@
"validate": "npm i && npm run lint && npm run test && npm run build"
},
"module": "dist/index.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/",