Quran_Tech_Server / F_Pro /tsconfig.app.json
aboalaa147's picture
Initial deployment
eb6a2f9
Raw
History Blame Contribute Delete
829 Bytes
Invalid JSON:Expected double-quoted property name in JSONat line 11, column 5
{
"compilerOptions": {
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
"target": "ES2022",
"useDefineForClassFields": true,
"lib": ["ES2022", "DOM", "DOM.Iterable"],
"module": "ESNext",
"types": ["vite/client"],
"skipLibCheck": true,
/* Bundler mode */
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"verbatimModuleSyntax": false,
"moduleDetection": "force",
"noEmit": true,
"jsx": "react-jsx",
/* Linting */
"strict": true,
"forceConsistentCasingInFileNames": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"erasableSyntaxOnly": true,
"noFallthroughCasesInSwitch": false,
"noUncheckedSideEffectImports": false
// "suppressImplicitAnyIndexErrors": true
},
"include": ["src"]
}