otto-j_sync-to-xlog/tsconfig.node.json
2023-10-16 10:10:44 -05:00

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"]
}
}