UNPKG

@refastdev/create-refast-app

Version:
15 lines (14 loc) 326 B
{ "$schema": "https://json.schemastore.org/tsconfig", "compilerOptions": { "baseUrl": "./", "rootDir": ".", "jsx": "react-jsx", "paths": { "@/*": ["src/*"] } }, "extends": ["./node_modules/@refastdev/refast-dev/base-tsconfig.json"], "exclude": ["node_modules"], "include": ["src/**/*"] }