9 lines
200 B
JSON
9 lines
200 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"extends": "./internal/tsconfig/node.json",
|
|
"compilerOptions": {
|
|
"moduleResolution": "bundler"
|
|
},
|
|
"include": ["vitest.config.ts"]
|
|
}
|