Skip to content

Commit

Permalink
Added proper typescript support, works for me now
Browse files Browse the repository at this point in the history
  • Loading branch information
pszalanski committed Jun 7, 2024
1 parent 945ebed commit dd0154b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"eslint-plugin-jest": "^28.5.0",
"jest": "^29.7.0",
"prettier": "^2.8.8",
"tailwindcss": "^3.1.0"
"tailwindcss": "^3.1.0",
"typescript": "^5.4.5"
}
}
9 changes: 9 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"compilerOptions": {
"target": "ES6",
"module": "CommonJS",
"outDir": "./out",
"rootDir": "./src",
"strict": true
}
}

0 comments on commit dd0154b

Please sign in to comment.