mirror of
https://github.com/umami-software/umami.git
synced 2026-02-12 16:45:35 +01: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…
Add table
Add a link
Reference in a new issue