moduleresolution: node16 for the @zitadel/client package

This commit is contained in:
LufyCZ
2025-02-10 11:14:54 +00:00
parent cc9cc30695
commit c80a9b31c7
13 changed files with 57 additions and 59 deletions

View File

@@ -1,9 +1,5 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"display": "tsup",
"extends": "./node20.json",
"compilerOptions": {
"module": "preserve",
"moduleResolution": "Bundler"
}
"extends": "./node20.json"
}