Commit 1052262b authored by 前端-许佳敏's avatar 前端-许佳敏

chore: 加上ts的json可解析

parent e51bd52f
{
"Page.css": "/static/css/Page.573deb.chunk.css",
"Page.js": "/static/js/Page.573deb.chunk.js",
"vendor.js": "/static/js/vendor.573deb.chunk.js",
"runtime~Page.js": "/static/js/runtime~Page.573deb.js",
"Page.css": "/static/css/Page.426658.chunk.css",
"Page.js": "/static/js/Page.426658.chunk.js",
"vendor.js": "/static/js/vendor.426658.chunk.js",
"runtime~Page.js": "/static/js/runtime~Page.426658.js",
"static/media/index.less": "/static/media/company_info_bg.13f09ad9.png",
"static/media/default_ad_img.png": "/static/media/default_ad_img.f4b27ac5.png",
"static/media/pay_success.png": "/static/media/pay_success.58ee44a7.png",
......
......@@ -19,6 +19,6 @@ const getMallList = () => {
return webMallList
}
Config.getMallList = getMallList
(Config as any).getMallList = getMallList
export const GlobalConfig: GlobalConfigType = Config
export const GlobalConfig: GlobalConfigType = Config as GlobalConfigType
......@@ -6,6 +6,7 @@
"esnext"
],
"declaration": true,
"resolveJsonModule": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"incremental": true,
......@@ -32,4 +33,4 @@
"**/*.spec.ts",
"web"
]
}
\ No newline at end of file
}
......@@ -6,6 +6,7 @@
"esnext"
],
"declaration": true,
"resolveJsonModule": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"incremental": true,
......@@ -32,4 +33,4 @@
"**/*.spec.ts",
"web"
]
}
\ No newline at end of file
}
......@@ -6,6 +6,7 @@
"esnext"
],
"declaration": true,
"resolveJsonModule": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"incremental": true,
......@@ -32,4 +33,4 @@
"**/*.spec.ts",
"web"
]
}
\ No newline at end of file
}
......@@ -6,6 +6,7 @@
"esnext"
],
"declaration": true,
"resolveJsonModule": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"incremental": true,
......@@ -32,4 +33,4 @@
"**/*.spec.ts",
"web"
]
}
\ No newline at end of file
}
......@@ -6,6 +6,7 @@
"esnext"
],
"declaration": true,
"resolveJsonModule": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"incremental": true,
......@@ -32,4 +33,4 @@
"**/*.spec.ts",
"web"
]
}
\ No newline at end of file
}
// @ts-nocheck
/**
*
* **********
......
......@@ -6,6 +6,7 @@
"esnext"
],
"declaration": true,
"resolveJsonModule": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"incremental": true,
......@@ -32,4 +33,4 @@
"**/*.spec.ts",
"web"
]
}
\ No newline at end of file
}
......@@ -6,6 +6,7 @@
"esnext"
],
"declaration": true,
"resolveJsonModule": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"incremental": true,
......@@ -32,4 +33,4 @@
"**/*.spec.ts",
"web"
]
}
\ No newline at end of file
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment