aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorShinigami92 <[email protected]>2022-01-11 10:50:07 +0100
committerDamien Retzinger <[email protected]>2022-01-14 18:37:49 -0500
commitb8bfb4542b847004213ddb2294e982bf666cc1a4 (patch)
tree6bc5cdcbc34e744b9fd566e6a530cd30ae93977b /tsconfig.json
parenta8e8676091a3c8190d2621eb4f867ad1dd984fe1 (diff)
downloadfaker-b8bfb4542b847004213ddb2294e982bf666cc1a4.tar.xz
faker-b8bfb4542b847004213ddb2294e982bf666cc1a4.zip
chore: setup ts build
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json
new file mode 100644
index 00000000..b50049a9
--- /dev/null
+++ b/tsconfig.json
@@ -0,0 +1,7 @@
+{
+ "compilerOptions": {
+ "rootDir": "src",
+ "outDir": "lib",
+ "declaration": true
+ }
+}