From 5415482e09b8700df5606c333b79c1c105dbc30a Mon Sep 17 00:00:00 2001 From: Yusuf Yilmaz Date: Tue, 7 Jun 2022 10:53:33 +0200 Subject: [PATCH] fix tsconfig --- tsconfig.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index 9314ec8..b8f0556 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,4 +1,8 @@ { + "ts-node": { + "files": true + }, + "files": ["src/global.d.ts"], "compilerOptions": { "allowJs": true, "composite": false,