From 628e07e9d638abaf4987cd9233085a42a8a40d89 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Tue, 31 Oct 2023 23:56:15 +0700 Subject: all: set files to be transpiled in "tsconfig.json" --- tsconfig.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 707ff90..508e44b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -19,5 +19,20 @@ "noImplicitOverride": true, "noPropertyAccessFromIndexSignature": true, "skipLibCheck": true, - } + }, + "files": [ + "editor/example.ts", + "editor/editor.ts", + "input/example.ts", + "input/checkboxes.ts", + "notif/example.ts", + "input/number.ts", + "input/option.ts", + "input/select.ts", + "input/string.ts", + "response.ts", + "vfs/example.ts", + "vfs/vfs.ts", + "websocket_client.ts" + ] } -- cgit v1.3