rss-reader/tsconfig.json
Marc Cataford 0d06488d13
refactor: move lots of logic to hooks, declutter (#22)
* refactor: move lots of logic to hooks, declutter

* refactor: useNavigation, deprecate useAppState entirely

* fix: staleTime is a number

* fix: standard html mode

* fix: useSettings with safe defaults

* fix: terminal slash in all accepted URLs, redirecting

* infra: redirects

* infra: redirects from config
2022-03-13 10:19:00 -04:00

9 lines
192 B
JSON

{
"compilerOptions": {
"target": "es2017",
"jsx": "react-jsx",
"jsxImportSource": "preact",
"moduleResolution": "node"
},
"include": ["src/**/*"]
}