vant/packages/vant-popperjs/tsconfig.json
2021-10-12 19:39:34 +08:00

15 lines
291 B
JSON

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