vant/packages/vant-cli/tsconfig.json
2019-11-21 14:43:22 +08:00

14 lines
265 B
JSON

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