From 36bc64d889d2cdc53bf81886765e2f372bc1f7f9 Mon Sep 17 00:00:00 2001 From: CloudburstSys Date: Thu, 19 May 2022 21:17:17 +0100 Subject: yes --- tsconfig.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tsconfig.json (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..5589d59 --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,12 @@ +{ + "compilerOptions": { + "module": "commonjs", + "target": "es2021", + "sourceMap": true, + "esModuleInterop": true, + "outDir": "./build" + }, + "exclude": [ + "node_modules" + ] +} \ No newline at end of file -- cgit