refactor(repo): use turbo + rollup + vite

This commit is contained in:
moklick
2022-09-12 17:24:49 +02:00
parent 7b3093169f
commit 17ef4ff05f
154 changed files with 8024 additions and 11222 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{
"name": "tsconfig",
"name": "@reactflow/tsconfig",
"version": "0.0.0",
"private": true,
"license": "MIT"
+2 -1
View File
@@ -5,6 +5,7 @@
"jsx": "react-jsx",
"lib": ["dom", "esnext"],
"module": "esnext",
"target": "es6"
"target": "esnext",
"outDir": "dist"
}
}