feat: update 404 page (#3580)

Co-authored-by: QiShaoXuan <qishaoxuan777@gmail.com>
This commit is contained in:
Alex Yang
2023-08-04 16:11:30 -07:00
committed by GitHub
parent f076cb0ead
commit ea76936508
6 changed files with 30 additions and 5 deletions
+7 -1
View File
@@ -169,5 +169,11 @@
}
],
"files": [],
"exclude": ["node_modules", "target", "lib", "test-results"]
"exclude": ["node_modules", "target", "lib", "test-results"],
"ts-node": {
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "Node"
}
}
}