mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-27 15:10:55 +03:00
Updated ES to 2019/2020 and local default.json is ignored for reloads when in dev mode
This commit is contained in:
@@ -10,16 +10,19 @@
|
||||
"moduleResolution": "node",
|
||||
"emitDecoratorMetadata": true,
|
||||
"experimentalDecorators": true,
|
||||
"target": "es2015",
|
||||
"target": "es2019",
|
||||
"resolveJsonModule": true,
|
||||
"esModuleInterop": true,
|
||||
"typeRoots": [
|
||||
"node_modules/@types"
|
||||
],
|
||||
"lib": [
|
||||
"es2016",
|
||||
"es2019",
|
||||
"dom"
|
||||
],
|
||||
"module": "es2020"
|
||||
}
|
||||
},
|
||||
"exclude": [
|
||||
"assets/default.json"
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user