diff options
| author | Shulhan <ms@kilabit.info> | 2023-10-31 23:56:15 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-10-31 23:56:48 +0700 |
| commit | 628e07e9d638abaf4987cd9233085a42a8a40d89 (patch) | |
| tree | 8afa7f85cd8d9ce10c0d0cbb8616702b5c0b9096 | |
| parent | fde0b661b85ec2c813a806d5406a47e8023ba9a0 (diff) | |
| download | pakakeh.ts-628e07e9d638abaf4987cd9233085a42a8a40d89.tar.xz | |
all: set files to be transpiled in "tsconfig.json"
| -rw-r--r-- | tsconfig.json | 17 |
1 files changed, 16 insertions, 1 deletions
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" + ] } |
