mirror of
https://github.com/documenso/documenso.git
synced 2025-11-10 04:22:32 +10:00
16 lines
367 B
JSON
16 lines
367 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "React Library",
|
|
"extends": "./base.json",
|
|
"compilerOptions": {
|
|
"alwaysStrict": true,
|
|
"jsx": "preserve",
|
|
"lib": ["dom", "dom.iterable", "esnext"],
|
|
"module": "esnext",
|
|
"noEmit": true,
|
|
"declaration": false,
|
|
"declarationMap": false,
|
|
"resolveJsonModule": true
|
|
}
|
|
}
|