Skip to main content
Module

x/harmony/tsconfig.json

An easy to use Discord API Library for Deno.
Go to Latest
File
{ "compilerOptions": { "target": "ESNext", "module": "ESNext", "lib": [ "esnext" ], "isolatedModules": true, "moduleResolution": "node", "esModuleInterop": true, "jsx": "react", "jsxFactory": "BotUI.createElement", "jsxFragmentFactory": "fragment", "skipLibCheck": true, "emitDecoratorMetadata": false, "experimentalDecorators": true, "strict": true, "strictNullChecks": true, "forceConsistentCasingInFileNames": true }}