mirror of
https://github.com/Choices-js/Choices.git
synced 2026-03-14 22:55:46 +01:00
Update tests to permit newer target versions (main source tree still targets ES5)
This commit is contained in:
parent
9f9eed44db
commit
8a66486cf0
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
"compilerOptions": {
|
||||
"module": "es6",
|
||||
"lib": ["es2017", "dom"],
|
||||
"target": "es5",
|
||||
"target": "ES2020",
|
||||
"moduleResolution": "bundler",
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"resolveJsonModule": true,
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"compilerOptions": {
|
||||
"module": "es6",
|
||||
"lib": ["es2017", "dom"],
|
||||
"target": "es5",
|
||||
"target": "ES2020",
|
||||
"moduleResolution": "bundler",
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"resolveJsonModule": true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue