aboutsummaryrefslogtreecommitdiff
path: root/dev/lib/handlebars/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'dev/lib/handlebars/tsconfig.json')
-rw-r--r--dev/lib/handlebars/tsconfig.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/dev/lib/handlebars/tsconfig.json b/dev/lib/handlebars/tsconfig.json
new file mode 100644
index 00000000..3f139716
--- /dev/null
+++ b/dev/lib/handlebars/tsconfig.json
@@ -0,0 +1,15 @@
+{
+ "compilerOptions": {
+ "outDir": "target/types",
+ "types": [
+ "jest",
+ "node"
+ ]
+ },
+ "include": [
+ "**/*.ts"
+ ],
+ "exclude": [
+ "target/**/*",
+ ]
+}