UNPKG

create-vite-pages

Version:

Create a [vite-pages](https://github.com/vitejs/vite-plugin-react-pages) project.

24 lines (23 loc) 556 B
{ "compilerOptions": { "target": "ES2019", "module": "ESNext", "lib": ["ES2015"], "jsx": "react", "declaration": true, "declarationMap": true, "sourceMap": true, "outDir": "./dist", "strict": true, "moduleResolution": "node", "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "preserveWatchOutput": true, "baseUrl": ".", "paths": { "my-button": ["./packages/button/src/index.tsx"], "my-card": ["./packages/card/src/index.tsx"] } } }