Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
320 Bytes
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist-ts",
"rootDir": ".",
"jsx": "preserve",
"jsxImportSource": "solid-js"
},
"include": ["src", "*.config.js", "*.config.ts", "package.json"],
"references": [{ "path": "../query-devtools" }, { "path": "../solid-query" }]
}