From f8822fb3e50c7b37a072e60c31231c90518925ab Mon Sep 17 00:00:00 2001 From: Matthias Rolke Date: Tue, 4 Jun 2024 11:27:42 +0200 Subject: [PATCH] wip --- test/tsconfig.json | 8 ++++++++ tsconfig.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 test/tsconfig.json diff --git a/test/tsconfig.json b/test/tsconfig.json new file mode 100644 index 0000000..a12e09d --- /dev/null +++ b/test/tsconfig.json @@ -0,0 +1,8 @@ +{ + "extends": "@salesforce/dev-config/tsconfig-test-strict-esm", + "include": ["./**/*.ts"], + "compilerOptions": { + "skipLibCheck": true, + "strictNullChecks": true + } +} diff --git a/tsconfig.json b/tsconfig.json index a12e09d..de4d485 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@salesforce/dev-config/tsconfig-test-strict-esm", + "extends": "@salesforce/dev-config/tsconfig-strict-esm", "include": ["./**/*.ts"], "compilerOptions": { "skipLibCheck": true,