mirror of
https://github.com/matrix-org/mjolnir.git
synced 2024-10-01 01:36:06 -04:00
Update tsconfig.json touse ES2021
Node16+ allows usage of ES2021 features, and frankly ES2015 is very old now.
This commit is contained in:
parent
eb2c25da7b
commit
f60c29a7e1
@ -8,7 +8,7 @@
|
||||
"newLine": "LF",
|
||||
"noImplicitReturns": true,
|
||||
"noUnusedLocals": true,
|
||||
"target": "es2015",
|
||||
"target": "es2021",
|
||||
"noImplicitAny": true,
|
||||
"sourceMap": true,
|
||||
"strictNullChecks": true,
|
||||
|
Loading…
Reference in New Issue
Block a user