soiz1's picture
Upload folder using huggingface_hub
4d70170 verified
raw
history blame contribute delete
612 Bytes
{
"compilerOptions": {
"target": "ES2017",
"lib": ["ESNext", "DOM"],
"module": "ESNext",
"moduleResolution": "node",
"resolveJsonModule": true,
"types": ["node", "webpack-env"],
"strictBindCallApply": true,
"strictFunctionTypes": true,
"alwaysStrict": true,
// Strict
"noImplicitAny": false,
"noImplicitThis": true,
"removeComments": false,
"sourceMap": false,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"skipLibCheck": true,
"preserveWatchOutput": true
},
"include": ["src/**/*"],
"exclude": ["node_modules"]
}