mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
23 lines
389 B
JSON
23 lines
389 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"jsx": "preserve",
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"strict": true,
|
|
"allowJs": true,
|
|
"noImplicitThis": true,
|
|
"esModuleInterop": true,
|
|
"moduleResolution": "node"
|
|
},
|
|
"include": [
|
|
"types/**/*",
|
|
"packages/**/*",
|
|
],
|
|
"exclude": [
|
|
"**/*.spec.ts",
|
|
"**/*.spec.js",
|
|
"node_modules"
|
|
]
|
|
}
|