mirror of
https://gitee.com/gz-yami/mall4v.git
synced 2025-12-25 23:09:00 +08:00
15 lines
258 B
JSON
15 lines
258 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"sourceMap": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
],
|
|
"include": [
|
|
"src/auto-import/components.d.ts",
|
|
"src/auto-import/imports.d.ts"
|
|
]
|
|
} |