Skip to content

Commit

Permalink
chore: Updated TypeScript configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
ShogunPanda committed Jan 24, 2024
1 parent 5f834bb commit 3a0ae19
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
19 changes: 11 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"version": "2.0.0",
"description": "Simple benchmarking suite powered by HDR histograms.",
"homepage": "https://sw.cowtech.it/cronometro",
"repository": "github:ShogunPanda/cronometro",
"repository": {
"type": "git",
"url": "git+https://github.com/ShogunPanda/cronometro.git"
},
"keywords": [
"benchmark",
"hdr"
Expand Down Expand Up @@ -37,20 +40,20 @@
"postpublish": "git push origin && git push origin -f --tags"
},
"dependencies": {
"acquerello": "^2.0.0",
"acquerello": "^2.0.3",
"hdr-histogram-js": "^3.0.0",
"table": "^6.8.1"
},
"devDependencies": {
"@cowtech/eslint-config": "^9.0.0",
"@swc/cli": "^0.1.63",
"@swc/core": "^1.3.101",
"@types/node": "^20.10.5",
"@cowtech/eslint-config": "^9.0.3",
"@swc/cli": "^0.2.3",
"@swc/core": "^1.3.105",
"@types/node": "^20.11.6",
"@types/tap": "^15.0.11",
"c8": "^8.0.1",
"c8": "^9.1.0",
"chokidar": "^3.5.3",
"concurrently": "^8.2.2",
"prettier": "^3.1.1",
"prettier": "^3.2.4",
"proxyquire": "^2.1.3",
"tap": "^18.6.1",
"ts-node": "^10.9.2",
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "node",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"jsx": "preserve",
"declaration": true,
"outDir": "dist",
Expand Down

0 comments on commit 3a0ae19

Please sign in to comment.