vant/packages/vant-cli/tsconfig.json
2021-03-16 09:59:13 +08:00

14 lines
268 B
JSON

{
"compilerOptions": {
"target": "ES2019",
"outDir": "./lib",
"module": "commonjs",
"strict": true,
"declaration": true,
"skipLibCheck": true,
"esModuleInterop": true,
"lib": ["esnext", "dom"]
},
"include": ["src/**/*", "site"]
}