mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-21 11:33:19 +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",
|
"moduleResolution": "node",
|
||||||
"emitDecoratorMetadata": true,
|
"emitDecoratorMetadata": true,
|
||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
"target": "es2015",
|
"target": "es2019",
|
||||||
"resolveJsonModule": true,
|
"resolveJsonModule": true,
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"typeRoots": [
|
"typeRoots": [
|
||||||
"node_modules/@types"
|
"node_modules/@types"
|
||||||
],
|
],
|
||||||
"lib": [
|
"lib": [
|
||||||
"es2016",
|
"es2019",
|
||||||
"dom"
|
"dom"
|
||||||
],
|
],
|
||||||
"module": "es2020"
|
"module": "es2020"
|
||||||
}
|
},
|
||||||
|
"exclude": [
|
||||||
|
"assets/default.json"
|
||||||
|
],
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user