8856df7e8d
New workspace member built on @unom/ui 0.9.1 + @unom/app-ui 0.2.0 + @punktfunk/plugin-kit/react, effect 4.0.0-beta.99 exact. base:'./' with build straight into ../plugin/dist/ui; :5599 dev server proxies /api to the plugin dev API only in live mode. styles.css = tailwind + tw-animate + the kit's violet theme (NOT @unom/ui's own neutral palette) + bare-dir @source globs over the design-system dist. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
21 lines
438 B
JSON
21 lines
438 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"lib": ["ES2022", "DOM", "DOM.Iterable"],
|
|
"jsx": "react-jsx",
|
|
"strict": true,
|
|
"noUncheckedIndexedAccess": true,
|
|
"verbatimModuleSyntax": true,
|
|
"skipLibCheck": true,
|
|
"noEmit": true,
|
|
"types": ["vite/client"],
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
}
|
|
},
|
|
"include": ["src", ".storybook", "vite.config.ts"]
|
|
}
|