Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
update typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
Hatry1337 committed Aug 12, 2023
1 parent d262457 commit 13a6bcf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"typedoc": "^0.22.18",
"typedoc-plugin-discordjs-types": "^1.0.4",
"typedoc-plugin-eventemitter3": "^0.22.0",
"typedoc-plugin-rename-defaults": "^0.6.1"
"typedoc-plugin-rename-defaults": "^0.6.1",
"typescript": "^5.1.6"
}
}
5 changes: 3 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/* Basic Options */
// "incremental": true, /* Enable incremental compilation */
"target": "ES2022", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019', 'ES2020', or 'ESNEXT'. */
"target": "ESNext", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019', 'ES2020', or 'ESNEXT'. */
"module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNext'. */
// "lib": [], /* Specify library files to be included in the compilation. */
// "allowJs": true, /* Allow javascript files to be compiled. */
Expand Down Expand Up @@ -70,6 +70,7 @@
},
"exclude": [
"dist",
"tests"
"tests",
"node_modules"
]
}

0 comments on commit 13a6bcf

Please sign in to comment.