瀏覽代碼

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
+  },
+}