UNPKG

@yopem/typescript-config

Version:

Yopem TypeScript configuration.

23 lines (22 loc) 604 B
{ "$schema": "https://json.schemastore.org/tsconfig", "compilerOptions": { "lib": ["ESNext", "DOM"], "target": "ESNext", "module": "ESNext", "moduleDetection": "force", "strictNullChecks": true, "allowJs": true, "moduleResolution": "bundler", "allowImportingTsExtensions": true, "verbatimModuleSyntax": true, "noEmit": true, "strict": true, "skipLibCheck": true, "noFallthroughCasesInSwitch": true, "noPropertyAccessFromIndexSignature": true, "noUnusedLocals": true, "noUnusedParameters": true, "customConditions": ["source"] } }