Merge branch 'master' into joh/es6

This commit is contained in:
Johannes Rieken
2020-02-27 12:37:02 +01:00
660 changed files with 18700 additions and 8533 deletions

View File

@@ -2,15 +2,10 @@
"compilerOptions": {
"module": "amd",
"moduleResolution": "node",
"noImplicitAny": true,
"experimentalDecorators": true,
"noImplicitReturns": true,
"noUnusedLocals": true,
"noImplicitThis": true,
"alwaysStrict": true,
"strictBindCallApply": true,
"strictNullChecks": true,
"strictPropertyInitialization": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",
"paths": {