{ "compilerOptions": { "module": "esnext", "target": "ESNext", "strict": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "preserveConstEnums": true } }