mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
18 lines
360 B
JSON
18 lines
360 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"jsx": "preserve",
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"strict": true,
|
|
"allowJs": true,
|
|
"noImplicitThis": true,
|
|
"esModuleInterop": true,
|
|
"moduleResolution": "node",
|
|
"paths": {
|
|
"@demo/*": ["docs/site/*"]
|
|
}
|
|
},
|
|
"include": ["types/**/*", "docs/**/*", "src/**/*"]
|
|
}
|