Files
superset2/extensions/ai-chat/frontend/tsconfig.test.json
2026-08-02 10:01:02 +02:00

10 lines
201 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"types": ["jest", "node", "@testing-library/jest-dom"],
"moduleResolution": "node"
},
"include": ["src", "test"],
"exclude": []
}