mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
update ts config to ignore js files
This commit is contained in:
parent
37e98c9751
commit
ad28d69d27
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue