Skip to content

Commit 91640fd

Browse files
author
Ariya Hidayat
authored
Enable proper type inference for call, bind, and apply (metabase#17518)
https://www.typescriptlang.org/tsconfig#strictBindCallApply
1 parent 3480ca8 commit 91640fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"./enterprise/frontend/test/*"
1616
]
1717
},
18-
"experimentalDecorators": true
18+
"experimentalDecorators": true,
19+
"strictBindCallApply": true
1920
}
2021
}

0 commit comments

Comments
 (0)