Skip to main content
Module

x/jotai/tsconfig.json

👻 Primitive and flexible state management for React
Latest
File
{ "compilerOptions": { "target": "esnext", "strict": true, "jsx": "react-jsx", "esModuleInterop": true, "module": "esnext", "moduleResolution": "bundler", "skipLibCheck": true /* FIXME remove this once vite fixes it */, "allowImportingTsExtensions": true, "noUncheckedIndexedAccess": true, "exactOptionalPropertyTypes": true, "noEmit": true, "baseUrl": ".", "paths": { "jotai": ["./src/index.ts"], "jotai/*": ["./src/*.ts"] } }, "include": ["src/**/*", "tests/**/*", "benchmarks/**/*"], "exclude": ["node_modules", "dist"]}