vant/packages/vant/tsconfig.json
2021-09-05 12:49:04 +08:00

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/**/*"]
}