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,