mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 12:55:19 +00:00
chore: improve tsconfigs
This commit is contained in:
10
packages/zitadel-tsconfig/node20.json
Normal file
10
packages/zitadel-tsconfig/node20.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"$schema": "https://json.schemastore.org/tsconfig",
|
||||
"display": "Node 20",
|
||||
"extends": "./base.json",
|
||||
"compilerOptions": {
|
||||
"lib": ["es2023"],
|
||||
"module": "node16",
|
||||
"target": "es2022"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user