UNPKG

castrguru

Version:

A comprehensive JavaScript Library + SDK for building Farcaster frame-based applications.

16 lines (15 loc) 324 B
{ "compilerOptions": { "target": "ES6", "module": "CommonJS", "sourceMap": true, "outDir": "dist", "rootDir": "src", "strict": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "skipLibCheck": true }, "include": ["src/**/*"], "exclude": ["node_modules/**/*"] }