Skip to content

Commit 17f964d

Browse files
Andrew AllenAndrew Allen
Andrew Allen
authored and
Andrew Allen
committed
in tsconfig.ts added types with jest
1 parent 70ab741 commit 17f964d

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

tsconfig.json

+3-7
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,8 @@
1010
"emitDecoratorMetadata": true,
1111
"experimentalDecorators": true,
1212
"target": "es5",
13-
"typeRoots": [
14-
"node_modules/@types"
15-
],
16-
"lib": [
17-
"es2017",
18-
"dom"
19-
]
13+
"typeRoots": ["node_modules/@types"],
14+
"lib": ["es2017", "dom"],
15+
"types": ["jest"]
2016
}
2117
}

0 commit comments

Comments
 (0)