{ "compilerOptions": { "target": "ESNext", "module": "ESNext", "moduleResolution": "node", "outDir": "./build", "rootDir": "./src", "esModuleInterop": true, "allowSyntheticDefaultImports": true, "skipLibCheck": true }, "include": ["src"], "exclude": ["node_modules", "build"] }