We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33eb6d1 commit 48a3341Copy full SHA for 48a3341
tsconfig.json
@@ -1,13 +1,13 @@
1
{
2
"$schema": "https://json.schemastore.org/tsconfig",
3
"compilerOptions": {
4
+ "composite": true,
5
"noEmit": true,
6
"strict": true,
7
"module": "nodenext",
8
"esModuleInterop": true,
9
"target": "es2021",
10
"jsx": "react-jsx",
- "declaration": true,
11
"sourceMap": true,
12
"newLine": "lf",
13
"verbatimModuleSyntax": true,
0 commit comments