UNPKG

create-nextjs-storybook

Version:

Install embedded Storybook route into a NextJS project

16 lines 282 B
{ "compilerOptions": { "moduleResolution": "NodeNext", "target": "es2022", "module": "NodeNext", "outDir": "./dist", // thanks yarn "skipLibCheck": true, "esModuleInterop": true, }, "exclude": [ "node_modules", "dist", "templates" ] }