From 28f154554b22b82f2c926a34c8ccd237322f2a2f Mon Sep 17 00:00:00 2001 From: cong Date: Tue, 13 Apr 2021 15:44:51 +0800 Subject: [PATCH] added tsconfig.json --- demo/typescript/tsconfig.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 demo/typescript/tsconfig.json 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