mirror of
https://github.com/kremalicious/umami.git
synced 2025-01-24 01:03:39 +01:00
update ts config to ignore js files
This commit is contained in:
parent
37e98c9751
commit
ad28d69d27
@ -24,5 +24,5 @@
|
||||
"jsx": "preserve"
|
||||
},
|
||||
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
|
||||
"exclude": ["node_modules"]
|
||||
"exclude": ["node_modules", "**/*.js", "**/*.jsx"]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user