mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-01 01:20:57 +03:00
Updated angular to v15
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
"moduleResolution": "node",
|
||||
"emitDecoratorMetadata": true,
|
||||
"experimentalDecorators": true,
|
||||
"target": "es2020",
|
||||
"target": "ES2022",
|
||||
"resolveJsonModule": true,
|
||||
"esModuleInterop": true,
|
||||
"typeRoots": [
|
||||
@@ -20,7 +20,8 @@
|
||||
"es2019",
|
||||
"dom"
|
||||
],
|
||||
"module": "es2020"
|
||||
"module": "es2020",
|
||||
"useDefineForClassFields": false
|
||||
},
|
||||
"exclude": [
|
||||
"assets/default.json"
|
||||
|
||||
Reference in New Issue
Block a user