fix: resolve tsconfig parsing issues (#88)

This commit is contained in:
2025-07-14 20:57:43 +03:00
committed by GitHub
parent c1bbce8b54
commit eb99c59225
6 changed files with 37 additions and 6 deletions

View File

@@ -21,6 +21,10 @@ Install dependencies and run the dev server with Yarn:
yarn install
yarn dev
# check code before committing
yarn lint
yarn type-lint
# build the app
yarn build
```