Skip to content

Commit

Permalink
Update Typescript to 5.3 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shpota authored Jan 21, 2024
1 parent 4d50846 commit ac27d88
Show file tree
Hide file tree
Showing 6 changed files with 583 additions and 319 deletions.
5 changes: 4 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
"overrides": [
],
"parserOptions": {
"project": [ "./tsconfig.json", "./test/tsconfig.json"],
"project": [
"./tsconfig.json",
"./test/tsconfig.json"
],
"ecmaVersion": "latest",
"sourceType": "module"
},
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: build

on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dist
node_modules
/.idea
*.DS_Store
*.DS_Store
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2022 Oleksandr Shpota
Copyright 2022 - 2024 Oleksandr Shpota

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
Loading

0 comments on commit ac27d88

Please sign in to comment.