UNPKG

@yopem/typescript-config

Version:

Yopem TypeScript configuration.

11 lines (10 loc) 220 B
{ "$schema": "https://json.schemastore.org/tsconfig", "extends": "./base.json", "compilerOptions": { "jsx": "preserve", "jsxImportSource": "react", "declaration": true, "declarationMap": true } }