* docs improvements * many changes * prompt changes * add refetch comment * fix: checkout subscription data * cus eligibility fixes * rm cursor thing --------- Co-authored-by: Ayush Rodrigues <joesj2905@gmail.com> Co-authored-by: John Yeo <johnyeocx@gmail.com> Co-authored-by: John Yeo <51376134+johnyeocx@users.noreply.github.com> Co-authored-by: Ayush <74830628+ay-rod@users.noreply.github.com>
18 lines
420 B
JSON
18 lines
420 B
JSON
{
|
|
"files": [],
|
|
"references": [
|
|
{ "path": "./tsconfig.app.json" },
|
|
{ "path": "./tsconfig.node.json" }
|
|
],
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["./src/*"],
|
|
"autumn-js": ["../packages/autumn-js/src/sdk/index.ts"],
|
|
"autumn-js/react": ["../packages/autumn-js/src/react/index.ts"],
|
|
"atmn/skills": ["../packages/atmn/src/prompts/skills/index.ts"]
|
|
}
|
|
// "noUnusedLocals": false
|
|
}
|
|
}
|