diff --git a/jsconfig.json b/jsconfig.json new file mode 100644 index 00000000..504cd646 --- /dev/null +++ b/jsconfig.json @@ -0,0 +1,5 @@ +{ + "compilerOptions": { + "experimentalDecorators": true + } +}