feat: add page setting atom (#2725)

This commit is contained in:
Himself65
2023-06-09 00:58:46 +08:00
committed by GitHub
parent 935b4f847c
commit 9f129075dd
14 changed files with 119 additions and 275 deletions
+2
View File
@@ -7,6 +7,8 @@
"skipLibCheck": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
// FIXME: add this back
"noUncheckedIndexedAccess": false,
"esModuleInterop": true,
"module": "esnext",
"moduleResolution": "node",