Skip to main content
Module

x/jotai/examples/todos/tsconfig.json

👻 Primitive and flexible state management for React
Go to Latest
File
{ "compilerOptions": { "target": "es2019", "strict": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "moduleResolution": "node", "lib": [ "dom", "dom.iterable", "esnext" ], "jsx": "react-jsx" }, "include": [ "./src/**/*" ], "exclude": [ "node_modules" ]}