소스 검색

Specify outDir/ in tsconfig.json.

Michael Bolin 5 년 전
부모
커밋
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",