From f0ca174ada81a0ec4b1bbff9b70fcc680e4ca0ad Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Mon, 29 May 2023 14:48:50 -0700 Subject: squash everything since there was profanity in the commit log and maybe people won't like that --- tsconfig.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tsconfig.json (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..13f6405 --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,18 @@ +{ + "compilerOptions": { + "outDir": "dist", + "sourceMap": true, + "target": "esnext", + "module": "commonjs", + "esModuleInterop": true, + "forceConsistentCasingInFileNames": true, + "noImplicitAny": false, + "strict": true, + "skipLibCheck": true + }, + "include": [ + "./*.js", + "api/**/*.ts", + "src/**/*.ts" + ] +} -- cgit v1.2.3-70-g09d2