mirror of
https://github.com/discordjs/discord-api-types.git
synced 2026-05-21 02:40:08 +00:00
chore: no typechecking node_modules
This commit is contained in:
@@ -13,7 +13,8 @@
|
||||
"target": "ES2020",
|
||||
"strictNullChecks": true,
|
||||
"preserveConstEnums": true,
|
||||
"exactOptionalPropertyTypes": true
|
||||
"exactOptionalPropertyTypes": true,
|
||||
"skipLibCheck": true
|
||||
},
|
||||
"include": [
|
||||
"globals.ts",
|
||||
|
||||
Reference in New Issue
Block a user