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 Alex Yang
parent 2ca5ad6509
commit c3bfc16d27
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",