File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 "noUnusedLocals" : true ,
2020 "noUnusedParameters" : true ,
2121 "noFallthroughCasesInSwitch" : true ,
22- "noUncheckedSideEffectImports" : true
22+ "noUncheckedSideEffectImports" : true ,
23+
24+ "baseUrl" : " ." ,
25+ "paths" : {
26+ "@object-ui/components" : [" ../../packages/components/src" ],
27+ "@object-ui/core" : [" ../../packages/core/src" ],
28+ "@object-ui/react" : [" ../../packages/react/src" ],
29+ "@object-ui/types" : [" ../../packages/types/src" ],
30+ "@object-ui/designer" : [" ../../packages/designer/src" ],
31+ "@object-ui/plugin-charts" : [" ../../packages/plugin-charts/src" ],
32+ "@object-ui/plugin-editor" : [" ../../packages/plugin-editor/src" ],
33+ "@object-ui/plugin-kanban" : [" ../../packages/plugin-kanban/src" ],
34+ "@object-ui/plugin-markdown" : [" ../../packages/plugin-markdown/src" ]
35+ }
2336 },
2437 "include" : [" src" ]
2538}
Original file line number Diff line number Diff line change @@ -11,6 +11,12 @@ export default defineConfig({
1111 '@object-ui/components' : path . resolve ( __dirname , '../../packages/components/src' ) ,
1212 '@object-ui/core' : path . resolve ( __dirname , '../../packages/core/src' ) ,
1313 '@object-ui/react' : path . resolve ( __dirname , '../../packages/react/src' ) ,
14+ '@object-ui/types' : path . resolve ( __dirname , '../../packages/types/src' ) ,
15+ '@object-ui/designer' : path . resolve ( __dirname , '../../packages/designer/src' ) ,
16+ '@object-ui/plugin-charts' : path . resolve ( __dirname , '../../packages/plugin-charts/src' ) ,
17+ '@object-ui/plugin-editor' : path . resolve ( __dirname , '../../packages/plugin-editor/src' ) ,
18+ '@object-ui/plugin-kanban' : path . resolve ( __dirname , '../../packages/plugin-kanban/src' ) ,
19+ '@object-ui/plugin-markdown' : path . resolve ( __dirname , '../../packages/plugin-markdown/src' ) ,
1420 '@' : path . resolve ( __dirname , '../../packages/components/src' ) ,
1521 }
1622 } ,
Original file line number Diff line number Diff line change 33 "private" : true ,
44 "license" : " MIT" ,
55 "homepage" : " https://www.objectui.org" ,
6+ "engines" : {
7+ "node" : " >=18" ,
8+ "pnpm" : " >=9"
9+ },
610 "workspaces" : [
711 " packages/*" ,
812 " examples/*" ,
You can’t perform that action at this time.
0 commit comments