mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-23 10:16:32 -05:00
Always use strict mode
Signed-off-by: David Mehren <dmehren1@gmail.com>
This commit is contained in:
parent
3340780157
commit
2a7c41a7fe
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@
|
||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
"emitDecoratorMetadata": true,
|
"emitDecoratorMetadata": true,
|
||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
"lib": ["ES2019"]
|
"lib": ["ES2019"],
|
||||||
|
"alwaysStrict": true
|
||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
"./lib/**/*"
|
"./lib/**/*"
|
||||||
|
|
Loading…
Reference in a new issue