mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 05:42:44 +08:00
19 lines
399 B
JSON
19 lines
399 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"jsx": "preserve",
|
|
"target": "ES2019",
|
|
"module": "ESNext",
|
|
"strict": true,
|
|
"allowJs": true,
|
|
"skipLibCheck": true,
|
|
"noImplicitThis": true,
|
|
"esModuleInterop": true,
|
|
"moduleResolution": "node",
|
|
"paths": {
|
|
"@demo/*": ["docs/site/*"]
|
|
}
|
|
},
|
|
"include": ["src/**/*", "types/**/*", "docs/**/*", "test/**/*"]
|
|
}
|