Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/tapi/tsconfig.json

Consume APIs and convert them to TypeScript objects
Latest
File
{ "compilerOptions": { "esModuleInterop": true, "strict": true, "allowJs": true, "noImplicitAny": false, "experimentalDecorators": true, "forceConsistentCasingInFileNames": true, "baseUrl": "src", "paths": { "@/*": [ "./*" ] } }, "include": [ "src", "tests" ], "exclude": [ "node_modules", "dist" ]}