From 4134750ef6921c8f0fcac898594101a6ca5f4f4f Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Tue, 17 Dec 2024 20:46:15 +0100 Subject: Initial commit --- tsconfig.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tsconfig.json (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..a2ac0d2 --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,15 @@ +{ + "compilerOptions": { + "target": "es2016", + "module": "commonjs", + "rootDir": "./src", + "outDir": "./build", + "esModuleInterop": true, + "strict": true, + "skipLibCheck": true, + "types": [ + "./node_modules/user-agent-data-types", + "./types/web-socket-stream" + ] + } +} -- cgit v1.2.3-70-g09d2