{ "//": "checkJs is off until this source has been iterated against the live @shopify/ui-extensions checkout types with the extension's deps installed (npm install here, then flip checkJs on and fix). shopify.d.ts still compiles so the target imports are validated.", "compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact", "target": "ES2020", "checkJs": false, "allowJs": true, "moduleResolution": "node", "esModuleInterop": true, "noEmit": true, "skipLibCheck": true }, "include": ["src/**/*", "shopify.d.ts"], "exclude": ["node_modules", "dist"] }