Skip to content

Commit

Permalink
tsconfig.json restored
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored and kl-nevermore committed Nov 17, 2023
1 parent 59c2edb commit 412e148
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"compilerOptions": {
"target": "es5",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": false,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noEmit": true,
"esModuleInterop": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
"incremental": true
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
"exclude": ["node_modules", "dist"]
}

0 comments on commit 412e148

Please sign in to comment.