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 7c3b50d commit 5029c95Copy full SHA for 5029c95
tsconfig.json
@@ -4,7 +4,6 @@
4
"allowUnreachableCode": false,
5
"allowUnusedLabels": false,
6
"declaration": true,
7
- "emitDeclarationOnly": true,
8
"esModuleInterop": true,
9
"exactOptionalPropertyTypes": true,
10
"isolatedModules": true,
@@ -13,10 +12,11 @@
13
12
"moduleDetection": "force",
14
"noImplicitOverride": true,
15
"noUncheckedIndexedAccess": true,
+ "outDir": "dist",
16
"resolveJsonModule": true,
17
"skipLibCheck": true,
18
"strict": true,
19
"target": "esnext"
20
},
21
- "include": ["./index.ts"]
+ "include": ["./src/**/*.ts"]
22
}
0 commit comments