aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2023-10-31 23:56:15 +0700
committerShulhan <ms@kilabit.info>2023-10-31 23:56:48 +0700
commit628e07e9d638abaf4987cd9233085a42a8a40d89 (patch)
tree8afa7f85cd8d9ce10c0d0cbb8616702b5c0b9096 /tsconfig.json
parentfde0b661b85ec2c813a806d5406a47e8023ba9a0 (diff)
downloadpakakeh.ts-628e07e9d638abaf4987cd9233085a42a8a40d89.tar.xz
all: set files to be transpiled in "tsconfig.json"
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json17
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"
+ ]
}