diff options
| author | Shinigami92 <[email protected]> | 2022-01-11 10:50:07 +0100 |
|---|---|---|
| committer | Damien Retzinger <[email protected]> | 2022-01-14 18:37:49 -0500 |
| commit | b8bfb4542b847004213ddb2294e982bf666cc1a4 (patch) | |
| tree | 6bc5cdcbc34e744b9fd566e6a530cd30ae93977b /tsconfig.json | |
| parent | a8e8676091a3c8190d2621eb4f867ad1dd984fe1 (diff) | |
| download | faker-b8bfb4542b847004213ddb2294e982bf666cc1a4.tar.xz faker-b8bfb4542b847004213ddb2294e982bf666cc1a4.zip | |
chore: setup ts build
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 7 |
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 + } +} |
