Browse Source

Use the build folder

customisations
alemart 2 months ago
parent
commit
c6bdf85822
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      tsconfig.json

+ 1
- 1
tsconfig.json View File

@@ -3,7 +3,7 @@
3 3
         "target": "es2020",
4 4
         "module": "es6",
5 5
         "lib": ["dom", "es2020"],
6
-        "outDir": "./dist/",
6
+        "outDir": "./build",
7 7
         "sourceMap": true,
8 8
         "allowJs": true,
9 9
         "strict": true,

Loading…
Cancel
Save