diff --git a/package.json b/package.json index 8bfb3119..fdf5c439 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "typedoc": "^0.26.5", "typedoc-plugin-mdn-links": "^3.1.28", "typedoc-plugin-missing-exports": "^3.0.0", - "typescript": "~5.5" + "typescript": "~5.4.5" }, "bugs": { "url": "https://github.com/derbyjs/racer/issues" diff --git a/tsconfig.json b/tsconfig.json index 2fa026cd..f75922da 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,8 +1,10 @@ { "compilerOptions": { "allowJs": true, + "ignoreDeprecations": "5.0", "lib":[], "module": "CommonJS", + "noImplicitUseStrict": true, "outDir": "lib", "target": "ES5", "sourceMap": false,