Skip to content

Commit fc5f6f7

Browse files
committed
Set tsconfig noImplicitUseStrict to true, to allow setting function.name.
1 parent 43eaf5b commit fc5f6f7

File tree

4 files changed

+5
-10
lines changed

4 files changed

+5
-10
lines changed

dist/powerbi.js

Lines changed: 0 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/powerbi.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/powerbi.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"compilerOptions": {
33
"target": "es5",
44
"noImplicitAny": false,
5-
"sourceMap": true
5+
"sourceMap": true,
6+
"noImplicitUseStrict": true
67
},
78
"exclude": [
89
"bower_components",

0 commit comments

Comments
 (0)