update ts config to ignore js files
This commit is contained in:
@@ -24,5 +24,5 @@
|
|||||||
"jsx": "preserve"
|
"jsx": "preserve"
|
||||||
},
|
},
|
||||||
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
|
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
|
||||||
"exclude": ["node_modules"]
|
"exclude": ["node_modules", "**/*.js", "**/*.jsx"]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user