cloudaxe-opencode/app/packages/function/tsconfig.json

9 lines
190 B
JSON
Raw Normal View History

2025-05-23 18:17:45 +00:00
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/node22/tsconfig.json",
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "bundler"
}
}