mirror of
https://github.com/pionxzh/chatgpt-exporter.git
synced 2026-07-23 09:00:51 -05:00
13 lines
196 B
JSON
13 lines
196 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"types": ["vite/client"]
|
|
},
|
|
"include": [
|
|
"src",
|
|
"package.json",
|
|
"vite.config.ts"
|
|
]
|
|
}
|