mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 13:52:20 +00:00
12 lines
257 B
JSON
12 lines
257 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "React Library",
|
|
"extends": "./base.json",
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"lib": ["dom", "ES2015"],
|
|
"module": "preserve",
|
|
"moduleResolution": "Bundler"
|
|
}
|
|
}
|