update ts config to ignore js files
parent
37e98c9751
commit
ad28d69d27
|
@ -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"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue