lunary
Version:
Lunary is an open-source platform for AI developers.
17 lines (16 loc) • 393 B
JSON
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"types": ["bun-types"],
"moduleResolution": "bundler",
"esModuleInterop": true,
"declaration": true,
"outDir": "./dist",
"skipLibCheck": true,
"strict": false, // TODO: strict: true
"strictBindCallApply": true,
"forceConsistentCasingInFileNames": true
},
"include": ["./src/*"]
}