Skip to content

Commit

Permalink
Added tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
matanl490 committed Sep 29, 2024
1 parent 194d01e commit 1f31149
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"compilerOptions": {
"target": "es5",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noEmit": true,
"esModuleInterop": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "react-jsx"
},
"include": ["src"]
}

0 comments on commit 1f31149

Please sign in to comment.