aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
+ ]
}