feat: don't include js code in tsconfig

This commit is contained in:
Vyacheslav Matyukhin 2022-03-28 00:26:11 +03:00
parent 806ec3ee51
commit edeefdb3f5
No known key found for this signature in database
GPG Key ID: 3D2A774C5489F96C

View File

@ -22,7 +22,6 @@
"include": [
"next-env.d.ts",
"src/**/*.ts",
"src/**/*.js",
"src/**/*.tsx"
],
"exclude": [