| { | |
| "compilerOptions": { | |
| "lib": ["WebWorker", "DOM", "DOM.Iterable", "es2023"], | |
| "target": "ES2023", | |
| "module": "es2020", | |
| "moduleResolution": "bundler", | |
| "allowJs": true, | |
| "jsx": "react", | |
| "strict": true, | |
| "forceConsistentCasingInFileNames": true, | |
| "esModuleInterop": true, | |
| "experimentalDecorators": true, | |
| "emitDecoratorMetadata": true, | |
| "noEmit": true, | |
| "resolveJsonModule": true, | |
| "skipLibCheck": true | |
| }, | |
| "include": [ | |
| "gatsby-*.ts", | |
| "gatsby-*.tsx", | |
| "i18n/**/*", | |
| "plugins/**/*", | |
| "src/**/*", | |
| "__mocks__/**/*", | |
| "utils/**/*", | |
| "tools/**/*", | |
| "config/**/*" | |
| ] | |
| } | |