puter-deploy / tsconfig.base.json
gionuibk's picture
Upload folder using huggingface_hub
61d39e2 verified
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"moduleResolution": "bundler",
"rootDir": "./src/backend",
"strict": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true,
"sourceMap": true,
"removeComments": true,
"noEmitOnError": true,
"noImplicitAny": false
}
}