From 72cf9c1272394fdafdd232de4df14311bb9b5875 Mon Sep 17 00:00:00 2001 From: OnestarLee Date: Fri, 5 Apr 2024 16:41:53 +0900 Subject: [PATCH] Added sub tsconfig.json --- src/hooks/tsconfig.json | 6 ++++++ src/lib/tsconfig.json | 6 ++++++ src/modules/tsconfig.json | 6 ++++++ 3 files changed, 18 insertions(+) create mode 100644 src/hooks/tsconfig.json create mode 100644 src/lib/tsconfig.json create mode 100644 src/modules/tsconfig.json diff --git a/src/hooks/tsconfig.json b/src/hooks/tsconfig.json new file mode 100644 index 000000000..0b67c0a57 --- /dev/null +++ b/src/hooks/tsconfig.json @@ -0,0 +1,6 @@ +{ + "extends": "../../tsconfig.json", + "compilerOptions": { + "strictNullChecks": false + } +} diff --git a/src/lib/tsconfig.json b/src/lib/tsconfig.json new file mode 100644 index 000000000..0b67c0a57 --- /dev/null +++ b/src/lib/tsconfig.json @@ -0,0 +1,6 @@ +{ + "extends": "../../tsconfig.json", + "compilerOptions": { + "strictNullChecks": false + } +} diff --git a/src/modules/tsconfig.json b/src/modules/tsconfig.json new file mode 100644 index 000000000..0b67c0a57 --- /dev/null +++ b/src/modules/tsconfig.json @@ -0,0 +1,6 @@ +{ + "extends": "../../tsconfig.json", + "compilerOptions": { + "strictNullChecks": false + } +}