Skip to content

Commit 84c8976

Browse files
committed
Revert "Set composite true in tsconfig.json"
This reverts commit 48a3341.
1 parent 999b364 commit 84c8976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"$schema": "https://json.schemastore.org/tsconfig",
33
"compilerOptions": {
4-
"composite": true,
54
"noEmit": true,
65
"strict": true,
76
"module": "nodenext",
87
"esModuleInterop": true,
98
"target": "es2021",
109
"jsx": "react-jsx",
10+
"declaration": true,
1111
"sourceMap": true,
1212
"newLine": "lf",
1313
"verbatimModuleSyntax": true,

0 commit comments

Comments
 (0)