mirror of
https://github.com/krisk/Fuse.git
synced 2026-01-18 16:16:25 +00:00
8 lines
121 B
JSON
8 lines
121 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"types": ["vitest/globals"]
|
|
},
|
|
"include": ["."]
|
|
}
|