summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2021-03-14 01:50:11 +0300
committereug-vs <eug-vs@keemail.me>2021-03-14 01:50:11 +0300
commitdc00c06719b5192518a67177caafe28f5027c16c (patch)
treea05acbbacc75e5c6d7a0ff53f76eba0e28b5f9d5 /tsconfig.json
downloadcommercel-api-dc00c06719b5192518a67177caafe28f5027c16c.tar.gz
feat: create initial feathers app
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json
new file mode 100644
index 0000000..cf054f7
--- /dev/null
+++ b/tsconfig.json
@@ -0,0 +1,9 @@
+{
+ "compilerOptions": {
+ "target": "es2018",
+ "module": "commonjs",
+ "strict": true,
+ "esModuleInterop": true,
+ "forceConsistentCasingInFileNames": true
+ }
+}