mirror of
https://github.com/youzan/vant.git
synced 2025-10-15 15:40:52 +00:00
chore: extends base tsconfig (#9912)
This commit is contained in:
@@ -1,12 +1,8 @@
|
||||
{
|
||||
"extends": "../../tsconfig",
|
||||
"compilerOptions": {
|
||||
"target": "ES2015",
|
||||
"outDir": "./dist",
|
||||
"module": "ESNext",
|
||||
"strict": true,
|
||||
"declaration": true,
|
||||
"skipLibCheck": true,
|
||||
"moduleResolution": "Node",
|
||||
"declaration": true
|
||||
},
|
||||
"include": ["src/**/*"]
|
||||
}
|
||||
|
Reference in New Issue
Block a user