Skip to content

Commit

Permalink
Fix type checking
Browse files Browse the repository at this point in the history
  • Loading branch information
ComLock committed Oct 10, 2023
1 parent 7c81592 commit 4b750a7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/main/resources/static/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,14 @@
"DOM",
// lib-admin-ui uses an old version of slickgrid that doesn't support fat arrow
"es5",

// Even though target is currently es5 for slickgrid using 'Array.find' should work.
"ES2015.Core", // https://github.com/Microsoft/TypeScript/blob/main/src/lib/es2015.core.d.ts

// Even though target is currently es5 for slickgrid using 'async' should work.
"ES2015.Promise" // https://github.com/microsoft/TypeScript/blob/main/src/lib/es2015.promise.d.ts

// "ES2020",
// "ES2015.Promise"
],
"paths": {},
"rootDir": ".",
Expand Down

0 comments on commit 4b750a7

Please sign in to comment.