vant/packages/vant-cli/tsconfig.json
2019-12-17 20:49:18 +08:00

14 lines
265 B
JSON

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