initial commit: fork
This commit is contained in:
20
apps/bot/tsconfig.json
Normal file
20
apps/bot/tsconfig.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"extends": "@sapphire/ts-config",
|
||||
"compilerOptions": {
|
||||
"rootDir": "src",
|
||||
"experimentalDecorators": true,
|
||||
"incremental": true,
|
||||
"outDir": "dist",
|
||||
"strict": true,
|
||||
"tsBuildInfoFile": "dist/.tsbuildinfo",
|
||||
"resolveJsonModule": true,
|
||||
"noUnusedParameters": false,
|
||||
"skipLibCheck": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"verbatimModuleSyntax": false,
|
||||
"esModuleInterop": true,
|
||||
"noImplicitAny": false
|
||||
},
|
||||
"include": ["src", "scripts", "src/env.ts"],
|
||||
"exclude": ["node_modules"]
|
||||
}
|
||||
Reference in New Issue
Block a user