work on engine

This commit is contained in:
Boki 2025-07-04 12:38:46 -04:00
parent a1e5a21847
commit cbe8f0282c
12 changed files with 694 additions and 16 deletions

View file

@ -22,7 +22,12 @@
"declarationMap": true,
"sourceMap": true,
"outDir": "./dist",
"rootDir": "./src"
"rootDir": "./src",
"paths": {
"@stock-bot/engine": ["../engine/index"],
"@stock-bot/engine/*": ["../engine/*"]
},
"baseUrl": "."
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]