aboutsummaryrefslogtreecommitdiffstats
path: root/src/packages/locusts/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/packages/locusts/tsconfig.json')
-rw-r--r--src/packages/locusts/tsconfig.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/packages/locusts/tsconfig.json b/src/packages/locusts/tsconfig.json
new file mode 100644
index 0000000..0a5c316
--- /dev/null
+++ b/src/packages/locusts/tsconfig.json
@@ -0,0 +1,13 @@
+{
+ "extends": "@repo/typescript-config/base.json",
+ "compilerOptions": {
+ "outDir": "dist"
+ },
+ "include": [
+ "src"
+ ],
+ "exclude": [
+ "node_modules",
+ "dist"
+ ]
+} \ No newline at end of file