aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sra-api/tsconfig.json
diff options
context:
space:
mode:
authorfragosti <francesco.agosti93@gmail.com>2018-07-27 07:49:43 +0800
committerfragosti <francesco.agosti93@gmail.com>2018-07-27 07:49:43 +0800
commitc1fcbe3f04714c5ad1c560d88d03fe6e3e251864 (patch)
tree93018669f1b3b17bec930cddb656e3f865613318 /packages/sra-api/tsconfig.json
parentefa67d87aa4f8d9d57883ee85b59f5aaf211eb12 (diff)
downloaddexon-sol-tools-c1fcbe3f04714c5ad1c560d88d03fe6e3e251864.tar
dexon-sol-tools-c1fcbe3f04714c5ad1c560d88d03fe6e3e251864.tar.gz
dexon-sol-tools-c1fcbe3f04714c5ad1c560d88d03fe6e3e251864.tar.bz2
dexon-sol-tools-c1fcbe3f04714c5ad1c560d88d03fe6e3e251864.tar.lz
dexon-sol-tools-c1fcbe3f04714c5ad1c560d88d03fe6e3e251864.tar.xz
dexon-sol-tools-c1fcbe3f04714c5ad1c560d88d03fe6e3e251864.tar.zst
dexon-sol-tools-c1fcbe3f04714c5ad1c560d88d03fe6e3e251864.zip
Create API development environment and json distribution
Diffstat (limited to 'packages/sra-api/tsconfig.json')
-rw-r--r--packages/sra-api/tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/sra-api/tsconfig.json b/packages/sra-api/tsconfig.json
index e35816553..c56d255d5 100644
--- a/packages/sra-api/tsconfig.json
+++ b/packages/sra-api/tsconfig.json
@@ -3,5 +3,5 @@
"compilerOptions": {
"outDir": "lib"
},
- "include": ["./src/**/*", "./test/**/*"]
+ "include": ["./src/**/*"]
}