xzper

Results 2 issues of xzper

'tsconfig.json' ``` { "compilerOptions": { "module": "commonjs", "noImplicitAny": false, "removeComments": false, "preserveConstEnums": true, "target": "es5", "sourceMap": false, "experimentalDecorators": true, "noLib": true, "newLine": "LF" } } ``` `newLine` is invalid when...