diff --git a/package.json b/package.json index cd70ae3..723c44f 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "ts-node": "^10.9.2", "tslib": "^2.7.0", "typed-emitter": "^2.1.0", - "typescript": "^5.5.4", + "typescript": "5.5.4", "zlib-sync": "^0.1.9" }, "dependencies": { diff --git a/tsconfig.json b/tsconfig.json index 1f4060e..4def560 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -24,7 +24,7 @@ "moduleResolution": "node", "allowUnusedLabels": false, "allowUnreachableCode": false, - "verbatimModuleSyntax": true, + "importsNotUsedAsValues": "error", "ignoreDeprecations": "5.0", "checkJs": true, "strictPropertyInitialization": true,