Skip to content

Commit 5b6e425

Browse files
Merge pull request #20365 from ovh/feat/MANAGER-1994-standarize-gcj
feat(gcj): standardize GCJ module config
2 parents 93df7b1 + b92aaf2 commit 5b6e425

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

packages/manager/modules/gcj/tsconfig.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
"extends": "@ovh-ux/manager-static-analysis-kit/tsconfig/react-strict",
33
"compilerOptions": {
44
"baseUrl": ".",
5-
"moduleResolution": "Node",
6-
"module": "ES2020",
7-
"jsx": "react-jsx",
5+
"rootDir": "src",
86
"noEmit": false,
97
"allowJs": false,
108
"outDir": "dist",
@@ -13,8 +11,7 @@
1311
"resolveJsonModule": true,
1412
"paths": {
1513
"@/*": ["./src/*"]
16-
},
17-
"types": ["vite/client", "vitest/globals", "@testing-library/jest-dom"]
14+
}
1815
},
1916
"include": ["src/**/*", "**/translations/*.json"],
2017
"exclude": ["node_modules", "dist", "**/__tests__", "src/**/*.spec.ts*"]

0 commit comments

Comments
 (0)