UNPKG

rprcli

Version:

Reaper.js is a powerful TypeScript-based framework designed to streamline backend development. It offers built-in database migrations, seeders, and SQL query utilities, making it easy to manage data efficiently. With native support for TSX and JSX renderi

15 lines (14 loc) 273 B
{ "compilerOptions": { "strict": true, "allowJs": false, "jsx": "react-jsx", "jsxImportSource": "react", "baseUrl": "./", "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "paths": { } } }