purrbot-api
Version:
The official API wrapper for the Purrbot.site API 100% API Coverage 100% Type-Script coverage
38 lines (37 loc) • 933 B
JSON
{
"compilerOptions": {
"target": "ESNEXT",
"module": "ESNEXT",
"lib": ["ESNext", "WebWorker"],
"allowJs": false,
"declaration": true,
"declarationMap": false,
"sourceMap": true,
"outDir": "dist",
"rootDir": "src",
"removeComments": true,
"importHelpers": true,
"downlevelIteration": true,
"resolveJsonModule": true,
"strict": true,
"noImplicitAny": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"strictBindCallApply": true,
"strictPropertyInitialization": true,
"noImplicitThis": true,
"alwaysStrict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"moduleResolution": "node",
"baseUrl": "./src/",
"typeRoots": [],
"esModuleInterop": true,
"sourceRoot": "./src/",
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true
},
"exclude": ["node_modules", "dist", "tests"]
}