diff --git a/tools/tsconfig.json b/tools/tsconfig.json new file mode 100644 index 000000000..d270e2be4 --- /dev/null +++ b/tools/tsconfig.json @@ -0,0 +1,10 @@ +{ + "extends": "../tsconfig.json", + "compilerOptions": { + "types": ["node"] + }, + "include": [ + "**/*.ts" + ], + "exclude": [] +}