Delete .swcrc

This commit is contained in:
SrGooglo 2025-04-24 06:11:03 +00:00
parent 1f0c1d5033
commit 2addf7febf

View File

@ -1,15 +0,0 @@
{
"$schema": "http://json.schemastore.org/swcrc",
"exclude":[
"node_modules/minio/**",
"node_modules/@octokit/**"
],
"module": {
"type": "commonjs",
// These are defaults.
"strict": false,
"strictMode": true,
"lazy": false,
"noInterop": false
}
}