From 8442ed67628e5d51e02b876d0f27479f9215bf0a Mon Sep 17 00:00:00 2001 From: Kai Stevenson Date: Sat, 8 Nov 2025 17:30:19 -0800 Subject: add more tests, fix issues, add support for booleans --- tests/type-consistency/tsconfig.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tests/type-consistency/tsconfig.json (limited to 'tests/type-consistency/tsconfig.json') diff --git a/tests/type-consistency/tsconfig.json b/tests/type-consistency/tsconfig.json new file mode 100644 index 0000000..e1421ab --- /dev/null +++ b/tests/type-consistency/tsconfig.json @@ -0,0 +1,15 @@ +{ + "include": ["generated/**/*.ts"], + "compilerOptions": { + "target": "ES2022", + "module": "nodenext", + "moduleResolution": "nodenext", + "lib": ["ES2022", "dom"], + "outDir": "dist", + "strict": true, + "esModuleInterop": true, + "forceConsistentCasingInFileNames": true, + "declaration": true, + "declarationMap": true + } +} -- cgit v1.2.3-70-g09d2