From dc00c06719b5192518a67177caafe28f5027c16c Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sun, 14 Mar 2021 01:50:11 +0300 Subject: feat: create initial feathers app --- tsconfig.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tsconfig.json (limited to 'tsconfig.json') 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 + } +} -- cgit v1.2.3