Răsfoiți Sursa

Specify outDir/ in tsconfig.json.

Michael Bolin 5 ani în urmă
părinte
comite
a6487b4d7e
2 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  1. 1 0
      .gitignore
  2. 1 0
      tsconfig.json

+ 1 - 0
.gitignore

@@ -1 +1,2 @@
+/dist/
 /node_modules/

+ 1 - 0
tsconfig.json

@@ -1,6 +1,7 @@
 {
   "include": ["./src/**/*"],
   "compilerOptions": {
+    "outDir": "./dist/",
     "module": "esnext",
     "moduleResolution": "node",
     "target": "es2019",