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 999b364 commit 84c8976Copy full SHA for 84c8976
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