mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix tsconfig file
This commit is contained in:
parent
f4340e3663
commit
e5714e63c0
1 changed files with 2 additions and 2 deletions
|
|
@ -13,9 +13,9 @@
|
|||
"resolveJsonModule": true,
|
||||
"isolatedModules": true,
|
||||
"jsx": "preserve",
|
||||
"types": ["node", "jest", "@testing-library/jest-dom"],
|
||||
"types": ["node"],
|
||||
"incremental": true
|
||||
},
|
||||
"include": ["additional.d.ts", "next-env.d.ts", "**/*.ts", "**/*.tsx"],
|
||||
"include": ["**/*.ts", "**/*.tsx"],
|
||||
"exclude": ["node_modules"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue