Updated dev filr structure

This commit is contained in:
2023-12-30 16:57:46 +01:00
parent 474a537797
commit 00ea25e389
3 changed files with 12 additions and 12 deletions

View File

@@ -3,12 +3,12 @@
"ignore": [
".git",
"node_modules/**/node_modules",
"dist/config",
"src"
"dist/config"
],
"verbose": true,
"env": {
"NODE_ENV": "dev"
"NODE_ENV": "dev",
"TYPESCRIPT": "true"
},
"ext": "js, json"
}
"ext": "ts, json"
}