{ "compilerOptions": { "target": "ES2024", "useDefineForClassFields": true, "lib": ["ES2024", "DOM"], "module": "ESNext", "skipLibCheck": true, "allowJs": true, "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.tsbuildinfo", "outDir": "dist", // "incremental": true, /* Bundler mode */ "moduleResolution": "bundler", "verbatimModuleSyntax": false, "noEmit": true, "jsx": "react-jsx", "allowImportingTsExtensions": true, /* Linting */ "strict": true, "noUnusedLocals": false, "noUnusedParameters": false, "erasableSyntaxOnly": true, "noFallthroughCasesInSwitch": true, "noUncheckedSideEffectImports": true, "types": ["node"] } }