{ "compilerOptions": { "esModuleInterop": true, "target": "ES5", "module": "CommonJS", "outDir": "./build", "rootDir": "./src", "strict": true } }