forked from lorefnon/ts-sql-codegen
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: AdminJS 라이브러리 확장성을 위해 파일 생성 시 import문에
.js
확장자 추가
AdminJS 버전 7부터는 esm 모듈 사용이 강제되므로, 타입스크립트 사용 시 import문에 `js`나 `ts` 확장자를 추가해야 한다. 일일히 추가하는 것은 힘드므로 파일을 만드는 부분 일부를 수정한다.
- Loading branch information
Showing
6 changed files
with
5,413 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
node_modules | ||
dist | ||
|
||
.idea/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
npm run build && npx tsc && npm publish |
Oops, something went wrong.