Skip to content

Commit

Permalink
Set composite true
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Nov 2, 2023
1 parent 40576d6 commit 1bf65a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"composite": true,
"noEmit": true,
"strict": true,
"module": "nodenext",
"esModuleInterop": true,
"target": "es2021",
"jsx": "react-jsx",
"declaration": true,
"sourceMap": true,
"newLine": "lf",
"verbatimModuleSyntax": true,
Expand Down

0 comments on commit 1bf65a7

Please sign in to comment.