mirror of
https://github.com/youzan/vant.git
synced 2026-03-01 02:00:13 +08:00
chore: add exclude config to tsconfig.json
This commit is contained in:
@@ -5,5 +5,6 @@
|
||||
"outDir": "./lib",
|
||||
"declaration": true
|
||||
},
|
||||
"include": ["src/**/*"]
|
||||
"include": ["src/**/*"],
|
||||
"exclude": ["**/node_modules", "**/.*/"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user