UNPKG

@bit-ocean/tsconfig

Version:

Universal tsconfig for TypeScript projects.

13 lines (12 loc) 267 B
{ "$schema": "https://json.schemastore.org/tsconfig", "display": "Expo", "extends": "./base.json", "compilerOptions": { "allowJs": true, "target": "ESNext", "moduleResolution": "Node", "jsx": "react-native", "lib": ["ESNext", "DOM"] } }