From e1a89f9ca76b5e68e48eb72eec0581ef31c202c5 Mon Sep 17 00:00:00 2001 From: D-Sketon <2055272094@qq.com> Date: Fri, 21 Apr 2023 12:11:37 +0800 Subject: [PATCH] fix: change typeRoots --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index bcec202..998513d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,7 +11,7 @@ "moduleResolution": "node", "resolveJsonModule": true, "typeRoots": ["node_modules","node_modules/@types"], - "types": ["theme-shokax-anime","lozad","jQuery","fancybox"] + "types": ["theme-shokax-anime","lozad","jquery","fancybox"] }, "typeAcquisition": { "enable": true