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

Loading…
Cancel
Save