diff --git a/.swcrc b/.swcrc deleted file mode 100644 index 1760880..0000000 --- a/.swcrc +++ /dev/null @@ -1,17 +0,0 @@ -{ - "$schema": "https://json.schemastore.org/swcrc", - "jsc": { - "parser": { - "syntax": "typescript", - "decorators": true, - "dynamicImport": true - }, - "target": "es2021", - "keepClassNames": true, - "loose": true - }, - "module": { - "type": "commonjs" - }, - "sourceMaps": true -} diff --git a/.vscode/settings.json b/.vscode/settings.json index 0c428a1..4d320b8 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -29,7 +29,6 @@ "sonarjs", "sonarqube", "sonarsource", - "swcrc", "virtuals", "Webstorm" ] diff --git a/package.json b/package.json index d03fb8a..47f6f07 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,6 @@ "nosql", "ts", "typescript", - "swc", "cache", "redis", "store", @@ -42,7 +41,6 @@ "dist", "src", "tests", - ".swcrc", "tsconfig.json", "vite.config.mts", "biome.json"