project setup
This commit is contained in:
21
deno.json
Executable file
21
deno.json
Executable file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"noImplicitAny": true,
|
||||
"noImplicitOverride": true,
|
||||
"noImplicitReturns": true,
|
||||
"noImplicitThis": true,
|
||||
"noUncheckedIndexedAccess": true,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"strict": true,
|
||||
"useUnknownInCatchVariables": true
|
||||
},
|
||||
"tasks": {
|
||||
"dev": "deno run --watch --check src/bot.ts",
|
||||
"admin": "deno -A --watch --check src/bot.ts"
|
||||
},
|
||||
"imports": {
|
||||
"@discordeno": "npm:@discordeno@18.0.1",
|
||||
"@std/assert": "jsr:@std/assert@1",
|
||||
"@types/node": "npm:@types/node@^22.5.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user