tsc: exclude dist folder

This commit is contained in:
Igor Katson 2024-08-15 15:22:51 +01:00
parent f7aace4ebf
commit 39ca058b0e
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5

View file

@ -10,5 +10,6 @@
"skipLibCheck": true,
"strict": true
},
"include": ["node_modules/vite/client.d.ts", "**/*"]
"include": ["node_modules/vite/client.d.ts", "**/*"],
"exclude": ["dist/**"]
}