Merge pull request #37743 from mjbvz/css-ext-strict

Move css extension to strict
This commit is contained in:
Martin Aeschlimann
2017-11-09 09:54:49 +01:00
committed by GitHub
5 changed files with 12 additions and 18 deletions

View File

@@ -6,7 +6,8 @@
"noUnusedLocals": true,
"lib": [
"es5", "es2015.promise"
]
],
"strict": true
},
"include": [
"src/**/*"