Skip to content

Commit 4e9bc69

Browse files
authored
Merge pull request #12695 from Microsoft/AddEmptyTypes
Add empty `types` list to tsconfig.json
2 parents 7b10296 + 3d2a553 commit 4e9bc69

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)