Skip to content

Commit 5029c95

Browse files
committed
modified: tsconfig.json
1 parent 7c3b50d commit 5029c95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"allowUnreachableCode": false,
55
"allowUnusedLabels": false,
66
"declaration": true,
7-
"emitDeclarationOnly": true,
87
"esModuleInterop": true,
98
"exactOptionalPropertyTypes": true,
109
"isolatedModules": true,
@@ -13,10 +12,11 @@
1312
"moduleDetection": "force",
1413
"noImplicitOverride": true,
1514
"noUncheckedIndexedAccess": true,
15+
"outDir": "dist",
1616
"resolveJsonModule": true,
1717
"skipLibCheck": true,
1818
"strict": true,
1919
"target": "esnext"
2020
},
21-
"include": ["./index.ts"]
21+
"include": ["./src/**/*.ts"]
2222
}

0 commit comments

Comments
 (0)