mirror of
https://github.com/otto-j/sync-to-xlog.git
synced 2026-07-22 08:50:31 +00:00
9 lines
241 B
JSON
9 lines
241 B
JSON
{
|
|
"extends": "@tsconfig/node18/tsconfig.json",
|
|
"include": ["vite.config.*", "vitest.config.*", "cypress.config.*", "playwright.config.*"],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "ESNext",
|
|
"types": ["node"]
|
|
}
|
|
}
|