diff --git a/scripts/tsconfig.json b/scripts/tsconfig.json new file mode 100644 index 00000000000..b6ef3d1efe5 --- /dev/null +++ b/scripts/tsconfig.json @@ -0,0 +1,5 @@ +{ + "compilerOptions": { + "target": "ESNext", // Fix "Symbol.metadata" errors in decorator tests + } +}