2023-04-18 08:07:03 +03:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"composite": true,
|
|
|
|
"module": "ESNext",
|
|
|
|
"moduleResolution": "Node",
|
|
|
|
"allowSyntheticDefaultImports": true
|
|
|
|
},
|
2023-05-04 08:35:09 +03:00
|
|
|
"include": ["vitest.config.ts", "scripts"]
|
2023-04-18 08:07:03 +03:00
|
|
|
}
|