Files
Nano-Banana-AI-Image-Editor/tsconfig.test.json
2025-09-19 23:35:05 +08:00

15 lines
228 B
JSON

{
"extends": "./tsconfig.app.json",
"compilerOptions": {
"jsx": "react-jsx",
"esModuleInterop": true,
"types": [
"jest",
"node"
]
},
"include": [
"src/**/*",
"src/__tests__/**/*"
]
}