refactor(app): moved main.ts to root of app folder it was doing weird things with ts stuff
This commit is contained in:
@@ -17,7 +17,8 @@
|
||||
"include": [
|
||||
"app/src",
|
||||
"database/testFiles/test-tiPostOrders.ts",
|
||||
"scripts/translateScript.js"
|
||||
"scripts/translateScript.js",
|
||||
"app/main.ts"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
|
||||
Reference in New Issue
Block a user