mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-04 05:12:43 +08:00
14 lines
258 B
JSON
14 lines
258 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"jsx": "preserve",
|
|
"strict": true,
|
|
"target": "ES2015",
|
|
"module": "ESNext",
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": true,
|
|
"moduleResolution": "Node",
|
|
"lib": ["esnext", "dom"]
|
|
}
|
|
}
|