{ "compilerOptions": { "target": "ES2019", "module": "commonjs", "jsx": "react", "sourceMap": true, "rootDir": "src", "outDir": "lib", "strict": true, "esModuleInterop": true } }