mirror of
https://github.com/motion-canvas/motion-canvas.git
synced 2026-01-13 07:48:03 -05:00
fix: fix scaffolding (#93)
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
"experimentalDecorators": true,
|
||||
"jsx": "react-jsx",
|
||||
"jsxImportSource": "@motion-canvas/2d/lib",
|
||||
"importHelpers": true,
|
||||
"paths": {
|
||||
"@motion-canvas/2d/lib/jsx-runtime": ["jsx-runtime.ts"]
|
||||
},
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
"declarationMap": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"experimentalDecorators": true,
|
||||
"importHelpers": true,
|
||||
"jsx": "react-jsx",
|
||||
"jsxImportSource": "@motion-canvas/core/lib",
|
||||
"paths": {
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
"url": "https://github.com/motion-canvas/motion-canvas.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@motion-canvas/2d": "^12.0.0-alpha.3",
|
||||
"@motion-canvas/core": "^12.0.0-alpha.3",
|
||||
"@motion-canvas/ui": "^12.0.0-alpha.3",
|
||||
"@motion-canvas/vite-plugin": "^12.0.0-alpha.3"
|
||||
|
||||
Reference in New Issue
Block a user