vant/packages/vant-area-data/tsconfig.json
2021-11-09 14:58:08 +08:00

14 lines
251 B
JSON

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