mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 08:29:53 +01:00
Adjust build target to work with esbuild
This commit is contained in:
parent
f6d7d6ae2d
commit
e80bc24be0
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
"utilities/*": ["app/javascript/retrospring/utilities/*"]
|
"utilities/*": ["app/javascript/retrospring/utilities/*"]
|
||||||
},
|
},
|
||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
"target": "es5",
|
"target": "es6",
|
||||||
"noEmit": true
|
"noEmit": true
|
||||||
},
|
},
|
||||||
"exclude": [
|
"exclude": [
|
||||||
|
|
Loading…
Reference in a new issue