mirror of
https://github.com/Priler/jarvis.git
synced 2026-05-26 07:08:11 +00:00
10 lines
169 B
JSON
10 lines
169 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node"
|
|
},
|
|
"include": ["vite.config.ts"],
|
|
"exclude": [".routify"]
|
|
}
|