mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-03 08:00:32 +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
19 lines
367 B
JSON
19 lines
367 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2024",
|
|
"module": "node16",
|
|
"moduleResolution": "node16",
|
|
"rootDir": ".",
|
|
"paths": {
|
|
"../src/*": [
|
|
"../src/*"
|
|
]
|
|
},
|
|
"allowJs": true,
|
|
"checkJs": true
|
|
},
|
|
"include": [
|
|
"./**/*.js",
|
|
"./**/*.d.ts"
|
|
, "../src/backend/src/deprecated/filesystem/PuterS3StorageStrategy.js" ]
|
|
} |