ソースを参照

Specify outDir/ in tsconfig.json.

Michael Bolin 4 年 前
コミット
a6487b4d7e
2 ファイル変更2 行追加0 行削除
  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",