azettl's picture
Upload folder using huggingface_hub
d4fb3aa verified
raw
history blame contribute delete
280 Bytes
{
"compilerOptions": {
"verbatimModuleSyntax": true,
"moduleResolution": "node",
"target": "es2017",
"lib": ["es2017", "dom"],
"allowJs": true,
"checkJs": false,
"strict": false,
"skipLibCheck": true
},
"include": ["**/*.ts", "**/*.svelte"]
}