Fixed uran

This commit is contained in:
Sebastian Seedorf
2022-08-20 00:57:55 +02:00
parent 3fea0f851f
commit 664f766cb6
3 changed files with 33 additions and 2 deletions

View File

@@ -16,5 +16,5 @@
"incremental": true
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"]
"exclude": ["node_modules", "scripts"]
}