| { | |
| "compilerOptions": { | |
| "allowJs": true, | |
| "checkJs": true, | |
| "esModuleInterop": true, | |
| "forceConsistentCasingInFileNames": true, | |
| "resolveJsonModule": true, | |
| "skipLibCheck": true, | |
| "sourceMap": true, | |
| "strict": true, | |
| "verbatimModuleSyntax": true | |
| }, | |
| "exclude": ["node_modules", "dist", "./gradio.config.js"] | |
| } | |