@plastichub/osr-ai-tools
Version:
CLI and library for LLM tools
24 lines • 435 B
JSON
{
"compilerOptions": {
"target": "ES2020",
"module": "commonjs",
"outDir": "./",
"rootDir": "./src",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"allowJs": true,
"noImplicitAny": false,
"strictNullChecks": false,
"forceConsistentCasingInFileNames": true
},
"include": [
"src/**/*"
],
"exclude": [
"node_modules"
],
"files": [
"src/index.ts"
]
}