Skip to content

Commit 48a3341

Browse files
committed
Set composite true in tsconfig.json
1 parent 33eb6d1 commit 48a3341

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,
45
"noEmit": true,
56
"strict": true,
67
"module": "nodenext",
78
"esModuleInterop": true,
89
"target": "es2021",
910
"jsx": "react-jsx",
10-
"declaration": true,
1111
"sourceMap": true,
1212
"newLine": "lf",
1313
"verbatimModuleSyntax": true,

0 commit comments

Comments
 (0)