mirror of https://github.com/Chocobozzz/PeerTube
add alwaysStrict flag to client/tsconfig.json (#1280)
parent
12b119c05a
commit
5b3f86dd80
|
@ -8,6 +8,7 @@
|
|||
"emitDecoratorMetadata": true,
|
||||
"experimentalDecorators": true,
|
||||
"noImplicitAny": false,
|
||||
"alwaysStrict": true,
|
||||
"target": "es5",
|
||||
"typeRoots": [
|
||||
"node_modules/@types"
|
||||
|
|
Loading…
Reference in New Issue