mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
14 lines
261 B
JSON
14 lines
261 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"outDir": "./lib",
|
|
"module": "ES2015",
|
|
"strict": true,
|
|
"declaration": true,
|
|
"esModuleInterop": true,
|
|
"moduleResolution": "node",
|
|
"lib": ["esnext", "dom"]
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|