{ "compilerOptions": { "module": "CommonJS", "allowSyntheticDefaultImports": true, "esModuleInterop": true, "target": "ES6", "moduleResolution": "node", "sourceMap": true, "outDir": "./public", "rootDir": "./src" } }