11 lines
202 B
JSON
11 lines
202 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": ["node", "vitest/globals"],
|
|
"esModuleInterop": true,
|
|
"noEmit": true,
|
|
"allowJs": true
|
|
},
|
|
"include": ["./**/*.ts"]
|
|
}
|