mirror of
https://github.com/ostris/ai-toolkit.git
synced 2026-04-30 19:21:39 +00:00
Initial setup for a cron working on the ui for various tasks
This commit is contained in:
15
ui/tsconfig.worker.json
Normal file
15
ui/tsconfig.worker.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
// tsconfig.worker.json
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"target": "es2020",
|
||||
"outDir": "dist",
|
||||
"moduleResolution": "node",
|
||||
"types": [
|
||||
"node"
|
||||
]
|
||||
},
|
||||
"include": [
|
||||
"cron/**/*.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user