test: Type-check test files.

Closes https://github.com/solid/community-server/issues/415
This commit is contained in:
Ruben Verborgh
2020-12-10 16:42:07 +00:00
parent 0451781b7f
commit dedf579a08
3 changed files with 6 additions and 1 deletions

View File

@@ -1,6 +1,9 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es2017",
"esModuleInterop": true,
"incremental": true,
"noUnusedLocals": true,
"strict": true
}