aboutsummaryrefslogtreecommitdiffstats
path: root/apps/cli/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--apps/cli/tsconfig.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/cli/tsconfig.json b/apps/cli/tsconfig.json
new file mode 100644
index 00000000..dc71844c
--- /dev/null
+++ b/apps/cli/tsconfig.json
@@ -0,0 +1,11 @@
+{
+ "$schema": "https://json.schemastore.org/tsconfig",
+ "extends": "@hoarder/tsconfig/node.json",
+ "include": ["**/*.ts"],
+ "exclude": ["node_modules"],
+ "compilerOptions": {
+ "baseUrl": ".",
+ "tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json",
+ "strictNullChecks": true,
+ }
+}