{ "compilerOptions": { "ignoreDeprecations": "6.0", "composite": true, "module": "NodeNext", "lib": [ "ES2022", "DOM", "DOM.Iterable" ], "moduleResolution": "nodenext", "allowSyntheticDefaultImports": true, "esModuleInterop": true, "strict": true, "skipLibCheck": true, "types": [], "typeRoots": [], "noImplicitAny": true, "allowUmdGlobalAccess": false, } }