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