fix: Build auth-google as commonjs module (#7528)

This commit is contained in:
Stevche Radevski
2024-05-29 17:17:25 +02:00
committed by GitHub
parent aeda24265d
commit 89b0876abc

View File

@@ -5,7 +5,7 @@
"outDir": "./dist",
"esModuleInterop": true,
"declaration": true,
"module": "ES2020",
"module": "commonjs",
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,