puter-deploy / tsconfig.json
gionuibk's picture
Upload folder using huggingface_hub
61d39e2 verified
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"allowJs": true,
"checkJs": false,
"noEmit": true
},
"include": ["./src/backend"],
"exclude": [
"**/*.test.ts",
"**/*.test.mts",
"**/vitest.config.ts",
"**/vitest.config.mts",
"**/*.spec.ts",
"**/*.spec.mts",
"**/tests/**",
"node_modules",
"dist",
"volatile",
"extensions",
"src/backend/src/services/worker/template/puter-portable.js"
]
}