From 95378c87a3120e34b1af12702968f5bdcfcda016 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8D=89=E9=9E=8B=E6=B2=A1=E5=8F=B7?= <308487730@qq.com> Date: Wed, 24 Nov 2021 15:49:10 +0800 Subject: [PATCH] chore: remove ts-node config --- tsconfig.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 0d73e98..2cfefdf 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,10 +11,5 @@ "resolveJsonModule": true, "strict": true, "jsx": "react-jsx" - }, - "ts-node": { - "compilerOptions": { - "module": "CommonJS" - } } } \ No newline at end of file