{ "compilerOptions": { "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo", "target": "ES2022", "useDefineForClassFields": true, "lib": ["ES2022", "DOM", "DOM.Iterable"], "module": "ESNext", "skipLibCheck": true, "moduleResolution": "bundler", "allowImportingTsExtensions": true, "verbatimModuleSyntax": true, "moduleDetection": "force", "noEmit": true, "jsx": "react-jsx", "strict": false, "noUnusedLocals": false, "noUnusedParameters": false, "noImplicitReturns": false, "noFallthroughCasesInSwitch": false, "noUncheckedSideEffectImports": false, "noImplicitAny": false, "noImplicitThis": false, "noUncheckedIndexedAccess": false, "exactOptionalPropertyTypes": false, "noPropertyAccessFromIndexSignature": false, "allowUnusedLabels": true, "allowUnreachableCode": true, "noImplicitOverride": false, "noEmitOnError": false, "baseUrl": ".", "paths": { "@/*": [ "./src/*" ] } }, "include": ["src"] }