diff --git a/美国版/Food Labeling Management App UniApp/tsconfig.json b/美国版/Food Labeling Management App UniApp/tsconfig.json index 11fffd2..b6969b3 100644 --- a/美国版/Food Labeling Management App UniApp/tsconfig.json +++ b/美国版/Food Labeling Management App UniApp/tsconfig.json @@ -1,12 +1,21 @@ { - "extends": "@vue/tsconfig/tsconfig.json", "compilerOptions": { + "target": "ESNext", + "useDefineForClassFields": true, + "module": "ESNext", + "moduleResolution": "bundler", + "strict": true, + "jsx": "preserve", + "resolveJsonModule": true, + "isolatedModules": true, + "verbatimModuleSyntax": true, + "sourceMap": true, "baseUrl": ".", "paths": { "@/*": ["./src/*"] }, - "lib": ["esnext", "dom"], + "lib": ["ESNext", "DOM"], "types": ["@dcloudio/types"] }, "include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"]