mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
13 lines
233 B
JSON
13 lines
233 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2015",
|
|
"outDir": "./dist",
|
|
"module": "ESNext",
|
|
"strict": true,
|
|
"declaration": true,
|
|
"skipLibCheck": true,
|
|
"moduleResolution": "Node",
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|