{ "extends": "../../tsconfig.json", "compilerOptions": { "target": "ES2021", "lib": ["ES2021", "DOM"], "jsx": "react-jsx", "module": "ESNext", "moduleResolution": "Bundler", "skipLibCheck": true, "declaration": true, "declarationMap": true, "emitDeclarationOnly": false, "noUncheckedIndexedAccess": true, "erasableSyntaxOnly": true, "outDir": "dist", "rootDir": "src", "strict": true, "types": ["react", "react-dom"], "baseUrl": ".", "paths": { "@/*": ["./src/*"] } }, "include": ["src"] }