diff --git a/vue/gold-system/dist.7z b/vue/gold-system/dist.7z new file mode 100644 index 0000000..a3a8071 Binary files /dev/null and b/vue/gold-system/dist.7z differ diff --git a/vue/gold-system/tsconfig.app.json b/vue/gold-system/tsconfig.app.json index cb88a5a..4948bc7 100644 --- a/vue/gold-system/tsconfig.app.json +++ b/vue/gold-system/tsconfig.app.json @@ -20,7 +20,8 @@ "noUnusedLocals": true, "noUnusedParameters": true, "noFallthroughCasesInSwitch": true, - "noUncheckedSideEffectImports": true + "noUncheckedSideEffectImports": true, + "noImplicitAny": false }, "include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue"] } diff --git a/vue/gold-system/tsconfig.json b/vue/gold-system/tsconfig.json index 1ffef60..0b57f91 100644 --- a/vue/gold-system/tsconfig.json +++ b/vue/gold-system/tsconfig.json @@ -3,5 +3,6 @@ "references": [ { "path": "./tsconfig.app.json" }, { "path": "./tsconfig.node.json" } - ] -} + ], + +} \ No newline at end of file