mirror of
https://github.com/youzan/vant.git
synced 2025-10-17 08:37:23 +00:00
chore: add exclude config to tsconfig.json
This commit is contained in:
@@ -4,5 +4,6 @@
|
||||
"outDir": "./dist",
|
||||
"declaration": true
|
||||
},
|
||||
"include": ["src/**/*"]
|
||||
"include": ["src/**/*"],
|
||||
"exclude": ["**/node_modules", "**/.*/"]
|
||||
}
|
||||
|
Reference in New Issue
Block a user