{ "compilerOptions": { "module": "CommonJS", "allowSyntheticDefaultImports": true, "esModuleInterop": true, "target": "ES2019", "moduleResolution": "node", "outDir": "./dist", "rootDir": "./src" }, "include": [ "src/**/*" ] }