diff --git a/template/tsconfig.json b/template/tsconfig.json index 8656102..0cab654 100644 --- a/template/tsconfig.json +++ b/template/tsconfig.json @@ -1,8 +1,14 @@ { // Visit https://aka.ms/tsconfig to read more about this file "compilerOptions": { - "target": "es2022", - "lib": ["es2024", "ESNext.Array", "ESNext.Collection", "ESNext.Iterator"], + "target": "es2024", + "lib": [ + "es2024", + "ESNext.Array", + "ESNext.Collection", + "ESNext.Iterator", + "ESNext.Promise" + ], // Output options "noEmit": true,