15 lines
261 B
JSON
15 lines
261 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": [
|
|
"vite.config.ts",
|
|
"vitest.config.ts",
|
|
"vitest.setup.ts",
|
|
"src/mocks/**/*"
|
|
]
|
|
}
|