diff --git a/demo/typescript/tsconfig.json b/demo/typescript/tsconfig.json new file mode 100644 index 000000000..07f29e72e --- /dev/null +++ b/demo/typescript/tsconfig.json @@ -0,0 +1,7 @@ +{ + "compilerOptions": { + "types": [ + "node" + ] + } +} \ No newline at end of file