fix tsConfig.ts

This commit is contained in:
Patrick van Beek 2023-06-16 18:05:32 +02:00 committed by Zsofia Vagi
parent 7a10825e16
commit c19c29af64

View File

@ -1,6 +1,7 @@
{ {
"extends": "../../tsconfig.react.base.json", "extends": "../../tsconfig.react.base.json",
"compilerOptions": { "compilerOptions": {
"module": "ES2022",
"outDir": "lib/types", "outDir": "lib/types",
"resolveJsonModule": true "resolveJsonModule": true
}, },