UNPKG

vibe-init

Version:

Create a new project with good vibes ✨ - A modern full-stack monorepo template

13 lines (12 loc) 297 B
{ "extends": "../../packages/typescript-config/react-router.json", "include": ["**/*.ts", "**/*.tsx", ".react-router/types/**/*"], "compilerOptions": { "strict": true, "rootDirs": [".", "./.react-router/types"], "baseUrl": "./", "paths": { "@/*": ["app/*"] } } }