From 984a3dd86c07beb5dc5fd5b7722c5dc5666ce6cd Mon Sep 17 00:00:00 2001 From: Noah Gao Date: Thu, 13 Oct 2022 18:10:08 +0800 Subject: [PATCH] chore: upgrade tsconfig package --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index acf0651..71abb32 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "homepage": "https://github.com/artusjs/core#readme", "devDependencies": { "@artus/eslint-config-artus": "0.0.1", - "@artus/tsconfig": "0.0.1", + "@artus/tsconfig": "1.0.1", "@babel/core": "^7.18.6", "@types/jest": "^27.4.1", "@types/js-yaml": "^4.0.5",