vant/packages/vant-use/tsconfig.json
2020-09-11 23:08:17 +08:00

14 lines
259 B
JSON

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