diff --git a/tsconfig.json b/tsconfig.json index 16971f8..1029d16 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,6 +4,9 @@ "compilerOptions": { "paths": { "@/*": ["./src/*"] - } + }, + "resolveJsonModule": true, + "esModuleInterop": true, + "allowSyntheticDefaultImports": true } }