1
0
Fork 0

feat(apps): add r11y.news

a.k.a reliability.news
This commit is contained in:
Vojtěch Mareš 2022-09-20 23:28:14 +02:00
parent 143f57f00f
commit b74cc58582
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
9 changed files with 103 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{
"extends": "tsconfig/nextjs.json",
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"]
}