Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
allbertuu committed Jan 31, 2024
2 parents 694f032 + 4b11687 commit 59979c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
"@/*": ["./src/*"],
},
"target": "ESNext",
"useDefineForClassFields": true,
Expand All @@ -17,8 +17,8 @@
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx"
"jsx": "react-jsx",
},
"include": ["src", "./test/setup.ts"],
"references": [{ "path": "./tsconfig.node.json" }]
"references": [{ "path": "./tsconfig.node.json" }],
}

0 comments on commit 59979c9

Please sign in to comment.