vidhya 808a3b7001
Some checks failed
CI / Lint, Unit & Integration Tests (push) Has been cancelled
changes - UI Functionality
2026-09-08 19:53:02 +05:30

16 lines
357 B
JSON

{
"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"]
}