aboutsummaryrefslogtreecommitdiffstats
path: root/packages/types/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/types/tsconfig.json')
-rw-r--r--packages/types/tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/types/tsconfig.json b/packages/types/tsconfig.json
index 5ec2db5e0..9f1937b22 100644
--- a/packages/types/tsconfig.json
+++ b/packages/types/tsconfig.json
@@ -4,5 +4,5 @@
"typeRoots": ["node_modules/@types"],
"outDir": "lib"
},
- "include": ["./src/**/*"]
+ "include": ["src/**/*"]
}