diff --git a/tsconfig.app.json b/tsconfig.app.json index 0a11c292..90b05464 100644 --- a/tsconfig.app.json +++ b/tsconfig.app.json @@ -1,6 +1,5 @@ { "include": [ "env.d.ts", "src/**/*", "src/**/*.vue" ], - "exclude": [], "compilerOptions": { "target": "es2022", "composite": true,