mirror of
https://github.com/youzan/vant.git
synced 2025-12-25 02:02:01 +08:00
10 lines
160 B
JSON
10 lines
160 B
JSON
{
|
|
"extends": "../../tsconfig",
|
|
"compilerOptions": {
|
|
"target": "ES2019",
|
|
"outDir": "./lib",
|
|
"declaration": true
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|