Add basic typescript support (#143)
authorMatthias Schmidt <gravatronics@live.com>
Sun, 17 Jan 2021 10:36:58 +0000 (11:36 +0100)
committerGitHub <noreply@github.com>
Sun, 17 Jan 2021 10:36:58 +0000 (11:36 +0100)
commit083fa9cac676c943c14f936ac3ccd7b8ecd2377a
treeb272ed4593384a26162db074a6e5a1caeb583e66
parenta2005bda1de763cdc57c41d03de089f47de99e8b
Add basic typescript support (#143)
13 files changed:
.prettierrc [new file with mode: 0644]
.eslintignore [new file with mode: 0644]
.eslintrc.js [new file with mode: 0644]
.github/diff.json [new file with mode: 0644]
.github/typescript-tsc.json [new file with mode: 0644]
.github/workflows/typescript.yml [new file with mode: 0644]
files/js/WoltLabSuite/Core/Conversation/Ui/Participant/Add.js
files/js/WoltLabSuite/Core/Conversation/Ui/Subject/Editor.js
package-lock.json [new file with mode: 0644]
package.json [new file with mode: 0644]
ts/WoltLabSuite/Core/Conversation/Ui/Participant/Add.js [new file with mode: 0644]
ts/WoltLabSuite/Core/Conversation/Ui/Subject/Editor.js [new file with mode: 0644]
tsconfig.json [new file with mode: 0644]