Skip to content

Commit 3d2a553

Browse files
committed
Add empty types list to tsconfig.json
1 parent 7b10296 commit 3d2a553

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/compiler/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"stripInternal": true,
1212
"target": "es5",
1313
"noUnusedLocals": true,
14-
"noUnusedParameters": true
14+
"noUnusedParameters": true,
15+
"types": [ ]
1516
},
1617
"files": [
1718
"core.ts",

0 commit comments

Comments
 (0)