You've already forked Nano-Banana-AI-Image-Editor
15 lines
228 B
JSON
15 lines
228 B
JSON
{
|
|
"extends": "./tsconfig.app.json",
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"esModuleInterop": true,
|
|
"types": [
|
|
"jest",
|
|
"node"
|
|
]
|
|
},
|
|
"include": [
|
|
"src/**/*",
|
|
"src/__tests__/**/*"
|
|
]
|
|
} |