mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
Update tsconfig.
This commit is contained in:
parent
280f6a9113
commit
c5345b01bb
1 changed files with 1 additions and 1 deletions
|
|
@ -23,6 +23,6 @@
|
|||
"jsx": "preserve",
|
||||
"incremental": false
|
||||
},
|
||||
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
|
||||
"include": ["**/*.ts", "**/*.tsx", "**/*.js", "**/*.jsx", "next-env.d.ts"],
|
||||
"exclude": ["node_modules"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue