UNPKG

@sylphlab/typescript-config

Version:

Reusable TypeScript configurations for SylphLab projects

11 lines 283 B
{ "$schema": "https://json.schemastore.org/tsconfig", "display": "SylphLab React Native Configuration", "extends": "./base.json", "compilerOptions": { "jsx": "react-jsx", "lib": ["ES2022"], "allowSyntheticDefaultImports": true, "types": ["react-native"] } }