mirror of
https://github.com/ae-utbm/sith.git
synced 2026-07-17 20:16:39 +00:00
11 lines
202 B
JSON
11 lines
202 B
JSON
{
|
|
"include": ["vite.config.*"],
|
|
"compilerOptions": {
|
|
"module": "preserve",
|
|
"moduleResolution": "bundler",
|
|
"types": ["node"],
|
|
"emitDeclarationOnly": true,
|
|
"composite": true
|
|
}
|
|
}
|