Skip to content

Commit

Permalink
chore: remove jsurl
Browse files Browse the repository at this point in the history
  • Loading branch information
xiejay97 committed May 31, 2024
1 parent 1bdd2d4 commit 4f6147d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 11 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"echarts": "^5.4.3",
"i18next": "^23.7.6",
"immer": "^10.0.3",
"jsurl": "^0.1.5",
"lodash": "^4.17.21",
"rcl-store": "^2.1.1",
"react": "18.2.0",
Expand Down
5 changes: 0 additions & 5 deletions src/@types/jsurl.d.ts

This file was deleted.

2 changes: 1 addition & 1 deletion tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./dist/out-tsc",
"types": ["node", "@nx/react/typings/cssmodule.d.ts", "@nx/react/typings/image.d.ts", "vite-plugin-svgr/client.d.ts", "vite/client"]
"types": ["node", "@nx/react/typings/cssmodule", "@nx/react/typings/image", "vite-plugin-svgr/client", "vite/client"]
},
"exclude": [
"src/**/*.spec.ts",
Expand Down
8 changes: 4 additions & 4 deletions tsconfig.spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"vite/client",
"node",
"vitest",
"@nx/react/typings/cssmodule.d.ts",
"@nx/react/typings/image.d.ts",
"vite-plugin-svgr/client.d.ts"
"@nx/react/typings/cssmodule",
"@nx/react/typings/image",
"vite-plugin-svgr/client"
]
},
"include": [
Expand All @@ -23,6 +23,6 @@
"src/**/*.spec.js",
"src/**/*.test.jsx",
"src/**/*.spec.jsx",
"src/**/*.d.ts"
"src/**/*"
]
}

0 comments on commit 4f6147d

Please sign in to comment.