mirror of
https://github.com/ostris/ai-toolkit.git
synced 2026-01-26 16:39:47 +00:00
15 lines
277 B
JSON
15 lines
277 B
JSON
{
|
|
// tsconfig.worker.json
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es2020",
|
|
"outDir": "dist",
|
|
"moduleResolution": "node",
|
|
"types": [
|
|
"node"
|
|
]
|
|
},
|
|
"include": [
|
|
"cron/**/*.ts"
|
|
]
|
|
} |