TranslateGemma-WebGPU / tsconfig.app.json
nico-martin's picture
nico-martin HF Staff
Initial commit: TranslateGemma browser translator with Transformers.js
0842d68
Invalid JSON: Expected double-quoted property name in JSON at line 9, column 5
{
"compilerOptions": {
"target": "ES2020",
"useDefineForClassFields": true,
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"module": "ESNext",
"skipLibCheck": true,
/* Bundler mode */
"moduleResolution": "Bundler",
"allowImportingTsExtensions": true,
"isolatedModules": true,
"moduleDetection": "force",
"noEmit": true,
"jsx": "react-jsx",
/* Linting */
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
"noUncheckedSideEffectImports": true,
"strictNullChecks": false
},
"include": ["src"]
}