UNPKG

@yopem/typescript-config

Version:

Yopem TypeScript configuration.

13 lines (12 loc) 274 B
{ "$schema": "https://json.schemastore.org/tsconfig", "extends": "./base.json", "compilerOptions": { "jsx": "preserve", "jsxImportSource": "react", "declaration": true, "declarationMap": true, "emitDeclarationOnly": true, "noEmit": false } }