summaryrefslogtreecommitdiff
path: root/packages/vscode-ide-companion/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/vscode-ide-companion/tsconfig.json')
-rw-r--r--packages/vscode-ide-companion/tsconfig.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/vscode-ide-companion/tsconfig.json b/packages/vscode-ide-companion/tsconfig.json
new file mode 100644
index 00000000..90bc8247
--- /dev/null
+++ b/packages/vscode-ide-companion/tsconfig.json
@@ -0,0 +1,14 @@
+{
+ "compilerOptions": {
+ "module": "Node16",
+ "target": "ES2022",
+ "lib": ["ES2022", "dom"],
+ "sourceMap": true,
+ "rootDir": "src",
+ "strict": true /* enable all strict type-checking options */
+ /* Additional Checks */
+ // "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
+ // "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */
+ // "noUnusedParameters": true, /* Report errors on unused parameters. */
+ }
+}