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