From a2df9a69dcc14cb70118cda2ded499055e7ee358 Mon Sep 17 00:00:00 2001 From: Minteck Date: Sun, 21 Aug 2022 17:31:56 +0200 Subject: m. update --- together/tsconfig.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 together/tsconfig.json (limited to 'together/tsconfig.json') diff --git a/together/tsconfig.json b/together/tsconfig.json new file mode 100644 index 0000000..33a1983 --- /dev/null +++ b/together/tsconfig.json @@ -0,0 +1,14 @@ +{ + "compilerOptions": { + "module": "commonjs", + "target": "es2021", + "sourceMap": true, + "esModuleInterop": true, + "outDir": "./build", + "rootDir": "./src", + "skipLibCheck": true + }, + "exclude": [ + "node_modules" + ] +} -- cgit