tsc: exclude dist folder
This commit is contained in:
parent
f7aace4ebf
commit
39ca058b0e
1 changed files with 2 additions and 1 deletions
|
|
@ -10,5 +10,6 @@
|
|||
"skipLibCheck": true,
|
||||
"strict": true
|
||||
},
|
||||
"include": ["node_modules/vite/client.d.ts", "**/*"]
|
||||
"include": ["node_modules/vite/client.d.ts", "**/*"],
|
||||
"exclude": ["dist/**"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue