mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-15 17:19:10 +00:00
fix(types): permissions to string/bigint to prevent int scalability concerns
This commit is contained in:
parent
c55ce3b828
commit
6d1037f25e
8 changed files with 77 additions and 76 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "es2019",
|
||||
"target": "es2020",
|
||||
"module": "commonjs",
|
||||
"lib": [
|
||||
"dom",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue