mirror of
https://github.com/ae-utbm/sith.git
synced 2026-07-17 12:06:57 +00:00
split node and bundled TS config
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"include": ["vite.config.*"],
|
||||
"compilerOptions": {
|
||||
"module": "preserve",
|
||||
"moduleResolution": "bundler",
|
||||
"types": ["node"],
|
||||
"emitDeclarationOnly": true,
|
||||
"composite": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user