UNPKG

create-better-t-stack

Version:

A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations

19 lines (18 loc) 366 B
{ "compilerOptions": { "strict": true, "esModuleInterop": true, "jsx": "react-jsx", "target": "ESNext", "module": "ESNext", "moduleResolution": "Bundler", "verbatimModuleSyntax": true, "skipLibCheck": true, "types": ["vite/client"], "rootDirs": ["."], "baseUrl": ".", "paths": { "@/*": ["./src/*"] } } }