From b08b6b8acdd22607ea86b89000589e71b6b20cc4 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Thu, 6 Jan 2022 18:55:06 +0530 Subject: init commit is like shit on your feet --- tsconfig.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tsconfig.json (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..d205a4f --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,13 @@ +{ + "compilerOptions": { + "declaration": true, + "target": "esnext", + "lib": ["esnext", "dom"], + "strict": true, + "noImplicitAny": false, + "esModuleInterop": true, + "moduleResolution": "node", + "outDir": "lib", + "rootDir": "src" + } +} -- cgit v1.3.1