{ "compilerOptions": { "module": "NodeNext", "target": "es2020", "outDir": "build", "skipLibCheck": true, "strict": true, "moduleResolution": "nodenext", "allowSyntheticDefaultImports": true }, "include": ["src"] }