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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{ "compilerOptions": { "target": "es2019", "strict": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "moduleResolution": "node", "lib": [ "dom", "dom.iterable", "esnext" ], "jsx": "react-jsx" }, "include": [ "./src/**/*" ], "exclude": [ "node_modules" ]}
jotai

Version Info

Tagged at
a year ago