Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 3459b41

Browse files
Use 'tsd.d.ts' in 'tsconfig.json'.
1 parent d0c99bf commit 3459b41

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

imageboard/tsconfig.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,9 @@
44
"sourceMap": true
55
},
66
"files": [
7-
"typings/node/node.d.ts",
8-
"typings/mongodb/mongodb.d.ts",
9-
"typings/express/express.d.ts",
10-
"typings/express/express-middleware.d.ts",
11-
"routes/index.ts",
12-
"db.ts",
13-
"app.ts"
7+
"./typings/tsd.d.ts",
8+
"./routes/index.ts",
9+
"./db.ts",
10+
"./app.ts"
1411
]
1512
}

0 commit comments

Comments
 (0)