{ "compilerOptions": { "lib": ["ES2022", "DOM"], "module": "nodenext", "moduleResolution": "nodenext", "rootDir": "./src", "allowSyntheticDefaultImports": true, "strict": true }, "include": ["src/**/*.ts"] }