Explorar o código

添加tsconfig

wolyshaw %!s(int64=4) %!d(string=hai) anos
pai
achega
e24748c8e8
Modificáronse 1 ficheiros con 13 adicións e 0 borrados
  1. 13 0
      tsconfig.json

+ 13 - 0
tsconfig.json

@@ -0,0 +1,13 @@
+{
+  "compilerOptions": {
+    "baseUrl": ".",
+    "allowJs": true,
+    "target": "ES6",
+    "lib": ["DOM", "ESNext"],
+    "outDir": "dist",
+    "paths": {
+      "@/*": ["./src/*"]
+    }
+  },
+  "exclude": ["node_modules"]
+}