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