mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-14 06:45:33 +00:00
initial setup
This commit is contained in:
10
packages/zitadel-tsconfig/node14.json
Normal file
10
packages/zitadel-tsconfig/node14.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"$schema": "https://json.schemastore.org/tsconfig",
|
||||
"display": "Node 14",
|
||||
"extends": "./base.json",
|
||||
"compilerOptions": {
|
||||
"lib": ["ES2020"],
|
||||
"module": "commonjs",
|
||||
"target": "ES2020"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user