chore: faster tldraw build

This commit is contained in:
Peng Xiao
2022-08-26 19:11:07 +08:00
parent 1e607907f3
commit 0828680f0f
227 changed files with 580 additions and 7298 deletions

View File

@@ -15,12 +15,7 @@
"typescript",
"javascript"
],
"files": [
"dist/**/*"
],
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts",
"main": "./src/index.ts",
"scripts": {
"start:all": "yarn start:utils",
"start:utils": "node scripts/dev & yarn types:dev",