{ "$schema": "https://json.schemastore.org/tsconfig", "compilerOptions": { "declaration": true, "strict": false, "moduleResolution": "nodenext", "target": "ESNext", "module": "NodeNext", "esModuleInterop": true, "skipLibCheck": true, "stripInternal": true, "allowSyntheticDefaultImports": true, "lib": [ "ES2022", "DOM", "DOM.Iterable", "WebWorker.ImportScripts" ] } }