Robert Rachita

Results 1 comments of Robert Rachita

``` "compilerOptions": { "newLine": "LF", "noImplicitAny": true, "noImplicitThis": true, "strict": true, "strictNullChecks": false, "target": "ES2022", "module": "ES2022", "outDir": "./build", "declaration": false, "baseUrl": ".", "paths": { "project-name/*":["ts/src/*"] }, "types": [ "d3",...