{ "compilerOptions": { "target": "ES2022", "module": "commonjs", "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true, "rootDir": "./src/", "outDir": "./build/", "lib": ["ES2021", "DOM"] } }