Skip to content

Commit

Permalink
Include abstract.config.ts in tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
adairrr committed Oct 25, 2024
1 parent 5281b50 commit 2656c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"@/*": ["./*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "abstract.config.ts"],
"exclude": ["node_modules"]
}

0 comments on commit 2656c49

Please sign in to comment.