Use the new history api on the front

This commit is contained in:
2023-05-23 17:10:58 +09:00
parent 3585c259a0
commit b80d4e20c1
5 changed files with 16 additions and 13 deletions
+2 -2
View File
@@ -84,8 +84,8 @@
"noImplicitThis": true, /* Enable error reporting when `this` is given the type `any`. */
"useUnknownInCatchVariables": true, /* Type catch clause variables as 'unknown' instead of 'any'. */
"alwaysStrict": true, /* Ensure 'use strict' is always emitted. */
"noUnusedLocals": true, /* Enable error reporting when a local variables aren't read. */
"noUnusedParameters": true, /* Raise an error when a function parameter isn't read */
"noUnusedLocals": false, /* Enable error reporting when a local variables aren't read. */
"noUnusedParameters": false, /* Raise an error when a function parameter isn't read */
// "exactOptionalPropertyTypes": true, /* Interpret optional property types as written, rather than adding 'undefined'. */
"noImplicitReturns": true, /* Enable error reporting for codepaths that do not explicitly return in a function. */
"noFallthroughCasesInSwitch": true, /* Enable error reporting for fallthrough cases in switch statements. */