tsconfig.json
@@ -12,18 +12,13 @@ "allowJs": true, "sourceMap": true, "baseUrl": ".", "skipLibCheck": true, "types": ["webpack-env"], "paths": { "@/*": ["src/*"] }, "lib": ["esnext", "dom", "dom.iterable", "scripthost"] }, "include": [ "src/**/*.ts", "src/**/*.tsx", "src/**/*.vue", "tests/**/*.ts", "tests/**/*.tsx" , "src/router/index.js" ], "include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue", "tests/**/*.ts", "tests/**/*.tsx", "src/router/index.js"], "exclude": ["node_modules"] }