mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 14:32:34 +00:00
10 lines
196 B
JSON
10 lines
196 B
JSON
|
|
{
|
||
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
||
|
|
"display": "tsup",
|
||
|
|
"extends": "./node20.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"module": "preserve",
|
||
|
|
"moduleResolution": "Bundler"
|
||
|
|
}
|
||
|
|
}
|