mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-10-03 15:29:58 +08:00
16 lines
345 B
JSON
16 lines
345 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"jsx": "preserve",
|
|
"target": "ES2019",
|
|
"module": "ESNext",
|
|
"strict": true,
|
|
"allowJs": true,
|
|
"skipLibCheck": true,
|
|
"noImplicitThis": true,
|
|
"esModuleInterop": true,
|
|
"moduleResolution": "node",
|
|
},
|
|
"include": ["src/**/*", "types/**/*", "docs/**/*", "test/**/*"]
|
|
}
|