tsconfig: adjust build dir name

This commit is contained in:
Trianta 2024-08-27 23:29:51 -05:00
parent 0cbdb1f7fc
commit eb6c023578

View File

@ -1,6 +1,6 @@
{ {
"compilerOptions": { "compilerOptions": {
"outDir": "./built", "outDir": "./build",
"allowJs": true, "allowJs": true,
"target": "es5" "target": "es5"
}, },