1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-31 10:51:44 +02:00

Merge TypeScript types from master into main

This commit is contained in:
Sunny Hirai
2020-11-27 16:31:16 -08:00
74 changed files with 3410 additions and 3414 deletions

View File

@@ -21,6 +21,7 @@
"serve": "cd ./site && next",
"start": "npm-run-all --parallel --print-label watch serve",
"test": "mocha --require ./config/babel/register.cjs ./packages/*/test/index.js",
"test:custom": "mocha --require ./config/babel/register.cjs ./packages/slate/test/index.js",
"test:inspect": "yarn test --inspect-brk",
"watch": "yarn build:rollup --watch"
},
@@ -88,4 +89,4 @@
"source-map-loader": "^0.2.4",
"typescript": "^3.7.2"
}
}
}