vant/packages/vant-use/tsconfig.json
2020-09-10 21:03:53 +08:00

15 lines
282 B
JSON

{
"compilerOptions": {
"target": "ES5",
"outDir": "./lib",
"module": "CommonJS",
"strict": true,
"declaration": true,
"skipLibCheck": true,
"esModuleInterop": true,
"moduleResolution": "Node",
"lib": ["esnext"]
},
"include": ["src/**/*"]
}