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 dd2170d commit 185cc13Copy full SHA for 185cc13
tsconfig.json
@@ -8,13 +8,14 @@
8
"moduleDetection": "force",
9
"isolatedModules": true,
10
"module": "preserve",
11
- "noEmit": true,
12
"lib": ["esnext", "dom", "dom.iterable"],
13
"strict": true,
14
"allowUnreachableCode": false,
15
"allowUnusedLabels": false,
16
"noImplicitOverride": true,
17
"exactOptionalPropertyTypes": true,
18
- "noUncheckedIndexedAccess": true
19
- }
+ "noUncheckedIndexedAccess": true,
+ "declaration": true
+ },
20
+ "include": ["./index.ts"]
21
}
0 commit comments