mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 06:02:23 +00:00
11 lines
207 B
JSON
11 lines
207 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "Node 20",
|
|
"extends": "./base.json",
|
|
"compilerOptions": {
|
|
"lib": ["es2023"],
|
|
"module": "node16",
|
|
"target": "es2022"
|
|
}
|
|
}
|