Skip to content

Commit

Permalink
Update tsconfig.json
Browse files Browse the repository at this point in the history
Signed-off-by: gitworkflows <118260833+gitworkflows@users.noreply.github.com>
  • Loading branch information
gitworkflows authored Apr 11, 2024
1 parent 06646fe commit 0d6dd59
Showing 1 changed file with 8 additions and 18 deletions.
26 changes: 8 additions & 18 deletions api/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,16 @@
{
"compilerOptions": {
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"target": "ES2021",
"skipLibCheck": true,
"strict": true,
"strict": false,
"forceConsistentCasingInFileNames": true,
"noEmit": true,
"noEmitOnError": true,
"esModuleInterop": true,
"module": "esnext",
"moduleResolution": "bundler",
"module": "commonjs",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
"incremental": true,
"plugins": [
{
"name": "next"
}
],
"paths": {
"@/*": ["./*"]
}
"isolatedModules": true
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"exclude": ["node_modules"]
"include": ["examples", "frameworks.ts", "_lib"]
}

0 comments on commit 0d6dd59

Please sign in to comment.