fix(types): permissions to string/bigint to prevent int scalability concerns

This commit is contained in:
41666 2020-12-15 15:54:39 -05:00
parent c55ce3b828
commit 6d1037f25e
8 changed files with 77 additions and 76 deletions

View file

@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es2019",
"target": "es2020",
"module": "commonjs",
"lib": [
"dom",