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