Add Open Responses compliance tests

This commit is contained in:
2026-03-02 13:57:59 +00:00
parent cf47ad444a
commit f79af84afb
8 changed files with 1077 additions and 0 deletions

14
tests/tsconfig.json Normal file
View File

@@ -0,0 +1,14 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"outDir": "dist",
"rootDir": ".",
"declaration": true
},
"include": ["src/**/*.ts", "bin/**/*.ts"]
}