UNPKG

@ly-nld/dishook

Version:

Simple Discord Webhook Wrapper

22 lines 492 B
{ "compilerOptions": { "target": "ES6", "lib": ["ES6"], "module": "commonjs", "moduleResolution": "node", "declaration": true, "removeComments": true, "importHelpers": true, "allowSyntheticDefaultImports": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "skipLibCheck": true, "outDir": "dist", "strict": true, }, "exclude": [ "node_modules", ".gitignore" ], "include": ["src/**/*"] }