mirror of
https://github.com/garethgeorge/backrest.git
synced 2026-07-11 04:27:05 +00:00
8 lines
156 B
JSON
8 lines
156 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": ["node"]
|
|
},
|
|
"include": ["./**/*", "../playwright.config.ts", "../gen/ts/**/*"]
|
|
}
|