From 070484dda901ceb8c37dc39307cdcf63687d4e10 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Mon, 8 Jun 2020 15:29:50 +0300 Subject: feat: init npm and typescript :tada: --- 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