fix: .d.ts definitions for core and app (#2929)

* fix: .d.ts definitions for core and app

* fix: updated ts types to match the schema
This commit is contained in:
Yuri Drabik
2019-12-02 12:04:07 +01:00
committed by Erez Rokah
parent c31efe190a
commit 7391061b3b
4 changed files with 246 additions and 1 deletions

View File

@ -8,8 +8,10 @@
"main": "dist/netlify-cms-core.js",
"files": [
"src/",
"dist/"
"dist/",
"index.d.ts"
],
"types": "index.d.ts",
"scripts": {
"develop": "yarn build:esm --watch",
"build": "cross-env NODE_ENV=production webpack",