scathach-api
Version:
A NodeJS wrapper to interacts with Scathach bot
29 lines (28 loc) • 660 B
JSON
{
"$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
},
"include": ["**/*"],
"exclude": [
"node_modules",
"build",
"babi",
"test/*.ts"
]
}