IntentAPI / sdk-js /tsconfig.json
horriblecpp
Host API on port 7860 for HuggingFace Spaces, rename SDK to @horribleprogram /sdk
8c43e1a
Raw
History Blame Contribute Delete
280 Bytes
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Bundler",
"strict": true,
"declaration": true,
"skipLibCheck": true,
"types": ["node"],
"esModuleInterop": true,
"outDir": "dist"
},
"include": ["src"]
}