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

Commit c972fee

Browse files
Use an explicit file list for 'tsconfig.json'.
1 parent 80e5042 commit c972fee

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

imageboard/tsconfig.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,14 @@
22
"compilerOptions": {
33
"module": "commonjs",
44
"sourceMap": true
5-
}
5+
},
6+
"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"
14+
]
615
}

0 commit comments

Comments
 (0)