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