Explorar el Código

添加tsconfig

wolyshaw hace 4 años
padre
commit
e24748c8e8
Se han modificado 1 ficheros con 13 adiciones y 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"]
+}