ソースを参照

chore: Create tsconfig.js with experimental decorators config

Oliver Windall Juhl 3 年 前
コミット
d1d82c167b
1 ファイル変更5 行追加0 行削除
  1. 5 0
      tsconfig.json

+ 5 - 0
tsconfig.json

@@ -0,0 +1,5 @@
+{
+  "compilerOptions": {
+    "experimentalDecorators": true
+  },
+}