mirror of
https://github.com/youzan/vant.git
synced 2025-12-24 02:02:09 +08:00
chore: extends base tsconfig (#9912)
This commit is contained in:
@@ -1,14 +1,9 @@
|
||||
{
|
||||
"extends": "../../tsconfig",
|
||||
"compilerOptions": {
|
||||
"target": "ES2019",
|
||||
"outDir": "./lib",
|
||||
"module": "ESNext",
|
||||
"strict": true,
|
||||
"declaration": true,
|
||||
"skipLibCheck": true,
|
||||
"esModuleInterop": true,
|
||||
"moduleResolution":"Node",
|
||||
"lib": ["esnext", "dom"]
|
||||
"declaration": true
|
||||
},
|
||||
"include": ["src/**/*"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user