UNPKG

@tuneo/types

Version:

Official types for Tuneo API

25 lines (21 loc) 466 B
{ "compilerOptions": { "lib": [], "target": "ESNext", "module": "ESNext", "moduleDetection": "force", "moduleResolution": "bundler", "allowImportingTsExtensions": true, "verbatimModuleSyntax": true, "noEmit": true, "strict": true, "skipLibCheck": true, "noFallthroughCasesInSwitch": true, "noUnusedLocals": false, "noUnusedParameters": false, "noPropertyAccessFromIndexSignature": false, "paths": { "@/*": ["./types/*"] } } }