Skip to content

Commit

Permalink
Added typescript support and removed unused nginx config
Browse files Browse the repository at this point in the history
  • Loading branch information
xBlaz3kx committed Apr 16, 2024
1 parent ae5b1ba commit c4ee11e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
14 changes: 0 additions & 14 deletions nginx.conf

This file was deleted.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@
]
},
"devDependencies": {
"@docusaurus/eslint-plugin": "^3.2.1",
"@docusaurus/module-type-aliases": "3.0.0",
"@docusaurus/tsconfig": "^3.2.1",
"@docusaurus/types": "3.0.0",
"@docusaurus/eslint-plugin": "^3.2.1",
"@eslint/eslintrc": "^3.0.2",
"@eslint/js": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^6.4.0",
Expand Down
7 changes: 7 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": "@docusaurus/tsconfig",
"compilerOptions": {
"baseUrl": "."
}
}

0 comments on commit c4ee11e

Please sign in to comment.