UNPKG

disgrow

Version:

A growth increments for your Discord bots

29 lines (28 loc) 702 B
{ "$schema": "http://json.schemastore.org/tsconfig", "compilerOptions": { "outDir": "./build", "allowJs": true, "target": "esnext", "baseUrl": "src", "resolveJsonModule": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "moduleResolution": "node", "module": "commonjs", "paths": {}, "typeRoots": ["./node_modules/@types", "./src/"], "inlineSourceMap": true, "strict": true, "declaration": true, "strictBindCallApply": true, "strictPropertyInitialization": false, "skipLibCheck": true }, "include": ["**/*"], "exclude": [ "node_modules", "build", "test/*.ts" ] }