From b56101f1a11552067f594679a497ebd4cf7427d4 Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Sun, 20 Aug 2023 15:33:43 +0100 Subject: Initial commit --- 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..90ae06b --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,12 @@ +{ + "compilerOptions": { + "outDir": "./dist", + "allowJs": true, + "target": "es2022", + "module": "es2022", + "moduleResolution": "node", + "allowSyntheticDefaultImports": true, + "strict": false + }, + "include": ["./app/**/*.ts"], +} -- cgit v1.2.3-70-g09d2