UNPKG

apis.do

Version:

Unified API Gateway for all domains and services in the .do ecosystem

15 lines (14 loc) 310 B
{ "compilerOptions": { "target": "ES2020", "module": "ESNext", "moduleResolution": "node", "esModuleInterop": true, "declaration": true, "outDir": "dist", "strict": true, "skipLibCheck": true }, "include": ["index.ts", "src/**/*"], "exclude": ["node_modules", "dist"] }