deno.land / x / jotai@v1.8.4 / tsconfig.json

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{ "compilerOptions": { "target": "esnext", "strict": true, "jsx": "react-jsx", "esModuleInterop": true, "moduleResolution": "node", "noUncheckedIndexedAccess": true, "exactOptionalPropertyTypes": true, "baseUrl": ".", "paths": { "jotai": ["./src/index.ts"], "jotai/*": ["./src/*.ts"] } }, "include": ["src/**/*", "tests/**/*"], "exclude": ["node_modules", "dist"]}
jotai

Version Info

Tagged at
a year ago