mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-30 14:12:16 +00:00
chore(build): remove old webpack & jest files/referances
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ RUN --mount=type=cache,target=/root/.npm \
|
||||
|
||||
# Copy only what's needed for build
|
||||
COPY tsconfig.json ./
|
||||
COPY webpack.config.js ./
|
||||
COPY vite.config.ts ./
|
||||
COPY tailwind.config.js ./
|
||||
COPY postcss.config.js ./
|
||||
COPY eslint.config.js ./
|
||||
|
||||
+1
-1
@@ -28,7 +28,7 @@ export default [
|
||||
"eslint.config.js",
|
||||
"postcss.config.js",
|
||||
"tailwind.config.js",
|
||||
"webpack.config.js",
|
||||
"vite.config.ts",
|
||||
],
|
||||
},
|
||||
tsconfigRootDir: import.meta.dirname,
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"target": "ES2020",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "node",
|
||||
"experimentalDecorators": true,
|
||||
"types": ["vitest", "node"]
|
||||
},
|
||||
"include": ["tests/**/*", "src/**/*"]
|
||||
}
|
||||
Reference in New Issue
Block a user