Skip to content

Commit

Permalink
Remove node workarounds
Browse files Browse the repository at this point in the history
  • Loading branch information
ato committed Nov 9, 2023
1 parent 229df55 commit 0a278d5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"compile": "tsc"
},
"devDependencies": {
"@types/node": "^20.9.0",
"typescript": "^5.2.2"
}
}
4 changes: 0 additions & 4 deletions ui/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
"slim-select": ["target/classes/META-INF/resources/webjars/META-INF/resources/webjars/slim-select/2.5.1/dist/index.d.ts"]
},
"outDir": "target/classes/static/assets",
"types": ["node"],
"typeRoots": [
"node_modules/@types"
]
},
"include": [
"resources/**/*.ts"
Expand Down

0 comments on commit 0a278d5

Please sign in to comment.