chore(tsconfig): ignore dist

This commit is contained in:
Udit Karode 2023-04-08 11:27:54 +05:30 committed by GitHub
parent 5fdda37f60
commit cc5059c0ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,5 +11,5 @@
"esModuleInterop": true "esModuleInterop": true
}, },
"include": ["*.ts", "src/**/*.ts"], "include": ["*.ts", "src/**/*.ts"],
"exclude": ["node_modules", "lib"] "exclude": ["node_modules", "dist"]
} }