mirror of
https://github.com/IT4Change/ohmyform-ui.git
synced 2025-12-13 09:45:50 +00:00
fix tsconfig to exclude locales helpers
This commit is contained in:
parent
6ac044342e
commit
85a9a4a7a5
@ -20,7 +20,9 @@
|
||||
"jsx": "preserve"
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
"node_modules",
|
||||
"locales/missing.ts",
|
||||
"locales/sort.ts"
|
||||
],
|
||||
"include": [
|
||||
"next-env.d.ts",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user