Merge pull request 'but it worked locally -q-' (#3) from master into pages
Some checks failed
Build Saki and Deploy to Github Pages / build (push) Has been cancelled
Build Saki and Deploy to Github Pages / deploy (push) Has been cancelled

Reviewed-on: #3
This commit is contained in:
2026-04-12 07:50:22 +01:00

View File

@@ -3,6 +3,7 @@
"target": "esnext", "target": "esnext",
"module": "nodenext", "module": "nodenext",
"moduleResolution": "nodenext", "moduleResolution": "nodenext",
"types": ["node"],
"typeRoots": [ "typeRoots": [
"./node_modules/@types", "./node_modules/@types",
], ],