diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 00000000..ddd30166 --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,5 @@ +{ + "compilerOptions": { + "strict": true, + }, +}