{ "compilerOptions": { "target": "ES2020", "lib": ["ES2020"], "module": "commonjs", "outDir": "./dist", "rootDir": "./", "strict": true, "forceConsistentCasingInFileNames": true } }