From 4682a78993c28367826b608a2419bcbb1598b625 Mon Sep 17 00:00:00 2001 From: D <3066417822@qq.com> Date: Sun, 27 Aug 2023 19:20:55 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E8=BE=93=E5=87=BA=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=90=8C=E5=90=8D=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 5646b68..f832b17 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,6 +2,8 @@ "compilerOptions": { "strict": true, "forceConsistentCasingInFileNames":true, + "outFile": "dist/main.js", + "outDir": "dist/compiled", "allowJs": true, "lib": ["es2015"], "baseUrl": "./", @@ -13,6 +15,7 @@ "src/*" ], "vue": ["node_modules/vue"] - } + }, }, + "include": ["src/**/*.ts"] } \ No newline at end of file