mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-11 19:52:18 +00:00
chore: improve tsconfigs
This commit is contained in:
9
packages/zitadel-tsconfig/tsup.json
Normal file
9
packages/zitadel-tsconfig/tsup.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"$schema": "https://json.schemastore.org/tsconfig",
|
||||
"display": "tsup",
|
||||
"extends": "./node20.json",
|
||||
"compilerOptions": {
|
||||
"module": "preserve",
|
||||
"moduleResolution": "Bundler"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user