mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-01 11:13:40 +03:00
fix(api): revert ES2021 target
This commit is contained in:
parent
52723ee8a1
commit
657c7dac73
5
.changes/revert-es2021.md
Normal file
5
.changes/revert-es2021.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"api": patch
|
||||
---
|
||||
|
||||
Revert target back to ES5.
|
@ -2,7 +2,6 @@
|
||||
"compilerOptions": {
|
||||
"strict": true,
|
||||
"allowJs": true,
|
||||
"target": "es2021",
|
||||
"esModuleInterop": true,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
|
Loading…
Reference in New Issue
Block a user