{ "compilerOptions": { "module": "amd", "target": "es2020", "baseUrl": "src", "outFile": "../../backend/public/main.js", "noImplicitAny": true, "strictNullChecks": true, "removeComments": true, "preserveConstEnums": true } }