mirror of
https://github.com/coaidev/coai.git
synced 2025-06-01 19:30:19 +09:00
13 lines
270 B
JSON
13 lines
270 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"typeRoots": ["node_modules/@types", "src/assets/types",
|
|
"src/types"
|
|
]
|
|
},
|
|
"include": ["vite.config.ts"]
|
|
}
|