aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorShinigami92 <[email protected]>2022-01-12 19:31:45 +0100
committerDamien Retzinger <[email protected]>2022-01-14 18:37:49 -0500
commit1026b8b2140f569cc0788b3c739e26a63330f3bb (patch)
tree7c25de582cbe2565e05f3a46cc4d2b3faea2f5f2 /tsconfig.json
parentf5c144f9b8e73e81815f3ba7ae83b49982680206 (diff)
downloadfaker-1026b8b2140f569cc0788b3c739e26a63330f3bb.tar.xz
faker-1026b8b2140f569cc0788b3c739e26a63330f3bb.zip
chore: only include src
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index b50049a9..1b7403be 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -3,5 +3,7 @@
"rootDir": "src",
"outDir": "lib",
"declaration": true
- }
+ },
+ "include": ["src/**/*"],
+ "exclude": ["node_modules"]
}