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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{ "compilerOptions": { "target": "es2019", "strict": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "moduleResolution": "node", "lib": [ "dom", "dom.iterable", "esnext" ], "jsx": "react-jsx", "allowJs": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "noFallthroughCasesInSwitch": true, "module": "esnext", "resolveJsonModule": true, "isolatedModules": true, "noEmit": true }, "include": [ "./src/**/*" ], "exclude": [ "node_modules" ]}
jotai

Version Info

Tagged at
a year ago