Skip to content

Commit a47b7b8

Browse files
Added 'tsconfig.json' for 'importDefinitelyTypedTests' script.
1 parent 9696e57 commit a47b7b8

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"compilerOptions": {
3+
"module": "commonjs",
4+
"target": "es3",
5+
"noImplicitAny": true,
6+
"outDir": "./",
7+
"rootDir": ".",
8+
"sourceMap": false
9+
},
10+
"files": [
11+
"../typings/node/node.d.ts",
12+
"importDefinitelyTypedTests.ts"
13+
],
14+
"exclude": [
15+
]
16+
}

0 commit comments

Comments
 (0)