Explorar o código

Specify outDir/ in tsconfig.json.

Michael Bolin %!s(int64=5) %!d(string=hai) anos
pai
achega
a6487b4d7e
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  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",