nestai-framework
Version:
Unlocking Next-Gen AI Agents with N.E.S.T.
22 lines (20 loc) • 418 B
JSON
{
"compilerOptions": {
"module": "ESNext",
"target": "ESNext",
"moduleResolution": "node",
"esModuleInterop": true,
"outDir": "./dist",
"rootDir": "./src",
"strict": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"allowJs": true,
},
"include": [
"src/**/*.ts"
],
"exclude": [
"node_modules"
]
}