UNPKG

coffee-crypto-cli

Version:
16 lines (15 loc) 350 B
{ "compilerOptions": { "target": "ES2022", "module": "Node16", "moduleResolution": "Node16", "allowSyntheticDefaultImports": true, "esModuleInterop": true, "skipLibCheck": true, "strict": true, "outDir": "dist", "typeRoots": ["node_modules/@types"] }, "include": ["src"], "exclude": ["src/**/*.test.ts"] }