enable decorators and update modulus

This commit is contained in:
Lio Young 2021-08-09 16:47:34 +02:00
parent ba66b439f7
commit c6c481f552
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit 5ad0bddb810202eee398c4d519d9c1b88de78eda
Subproject commit 536e9c2391657d22bfb72c6270f998446036dbcb

View File

@ -17,6 +17,7 @@
"downlevelIteration": true,
"newLine": "lf",
"strict": true,
"experimentalDecorators": true,
"strictBindCallApply": true,
"strictPropertyInitialization": false,
"declaration": true