mirror of
https://github.com/Mintplex-Labs/bree.git
synced 2026-07-19 21:43:30 -04:00
10 lines
207 B
JSON
10 lines
207 B
JSON
{
|
|
"extends": "@tsconfig/node20/tsconfig.json",
|
|
"include": ["**/*.ts", "jobs/index.js"],
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"moduleResolution": "NodeNext",
|
|
"esModuleInterop": true
|
|
}
|
|
}
|