diff options
author | eug-vs <eug-vs@keemail.me> | 2021-03-14 01:50:11 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2021-03-14 01:50:11 +0300 |
commit | dc00c06719b5192518a67177caafe28f5027c16c (patch) | |
tree | a05acbbacc75e5c6d7a0ff53f76eba0e28b5f9d5 /tsconfig.json | |
download | commercel-api-dc00c06719b5192518a67177caafe28f5027c16c.tar.gz |
feat: create initial feathers app
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 9 |
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 + } +} |