mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-03-31 06:24:07 -04:00
Switched to ES2018 target
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
"strictNullChecks": true,
|
||||
"strictPropertyInitialization": true,
|
||||
"stripInternal": true,
|
||||
"target": "es2015"
|
||||
"target": "es2018"
|
||||
},
|
||||
"include": [
|
||||
"src/overrides/assets/javascripts",
|
||||
|
||||
Reference in New Issue
Block a user