diff --git a/tsconfig.app.json b/tsconfig.app.json index 39b574e..1b1dbe0 100644 --- a/tsconfig.app.json +++ b/tsconfig.app.json @@ -9,6 +9,7 @@ "types": ["node"], "paths": { "@/*": ["./src/*"] - } + }, + "allowJs": true // 添加这行 } }