ソースを参照

Create tsconfig.json

Shahed Nasser 3 年 前
コミット
3fbfff1620
1 ファイル変更5 行追加0 行削除
  1. 5 0
      tsconfig.json

+ 5 - 0
tsconfig.json

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