diff --git a/tsconfig.app.json b/tsconfig.app.json index 3c58f54..b614509 100644 --- a/tsconfig.app.json +++ b/tsconfig.app.json @@ -8,21 +8,17 @@ "./components.d.ts", "env.d.ts", "src/**/*", - "src/**/*.vue", - ], - "exclude": [ - "src/**/__tests__/*" + "src/**/*.vue" ], + "exclude": ["src/**/__tests__/*"], "compilerOptions": { "composite": true, - // "skipLibCheck": false, + "skipDefaultLibCheck": false, "moduleResolution": "Bundler", "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo", "baseUrl": ".", "paths": { - "@/*": [ - "./src/*" - ] + "@/*": ["./src/*"] } } -} \ No newline at end of file +}