mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-03 16:10:31 +00:00
99d96edd9c
* feat: s3 fs in oss * feat: new endpoints in OSS * fix: name of fs extension * perf: signed uploads * fix: await socket events to align fs events * fix: default bucket names * fix: backend tests * fix: deps * fix: order
24 lines
608 B
JSON
24 lines
608 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"checkJs": false,
|
|
"noEmit": true
|
|
},
|
|
"include": ["./src/backend", "src/backend/src/deprecated/filesystem/PuterS3StorageStrategy.js"],
|
|
"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"
|
|
]
|
|
}
|