vant/packages/vant-area-data/tsconfig.json
2021-04-09 14:53:21 +08:00

14 lines
253 B
JSON

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