feat: add page setting atom (#2725)

(cherry picked from commit 9f129075dd)
This commit is contained in:
Himself65
2023-06-09 00:58:46 +08:00
committed by himself65
parent 4373aae010
commit 6d3dd9eefb
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",