{ "compilerOptions": { "target": "ES2022", "module": "ES2022", "moduleResolution": "bundler", "strict": true, "checkJs": true, "jsx": "react-jsx", "allowSyntheticDefaultImports": true, "esModuleInterop": true, "skipLibCheck": true }, "include": ["src/**/*", "shopify.d.ts"], "exclude": ["node_modules", "dist"] }