Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 77c474f

Browse files
committed
Add some more configuration information
1 parent 3f4ff97 commit 77c474f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,7 @@ dist
102102

103103
# TernJS port file
104104
.tern-port
105+
106+
# TypeScript Output Files
107+
*.d.ts
108+
*.js

tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"compilerOptions": {
33
"module": "esnext",
44
"target": "es2019",
5-
"strict": true
5+
"strict": true,
6+
"allowJs": true,
7+
"declaration": true
68
},
79
"exclude": [
810
"node_modules"

0 commit comments

Comments
 (0)