Files
cosscom__coss/apps/www/tsconfig.json
Volnei Munhoz d5a915e6d0 add biome
2025-11-13 19:19:31 -03:00

22 lines
339 B
JSON

{
"extends": "@coss/typescript-config/nextjs.json",
"compilerOptions": {
"plugins": [
{
"name": "next"
}
],
"paths": {
"@/*": ["./*"]
}
},
"include": [
"**/*.ts",
"**/*.tsx",
"next-env.d.ts",
"next.config.ts",
".next/types/**/*.ts"
],
"exclude": ["node_modules"]
}