synctv-web/tsconfig.node.json

16 lines
286 B
JSON
Raw Permalink Normal View History

2023-10-04 05:57:28 +00:00
{
"extends": "@tsconfig/node18/tsconfig.json",
"include": [
"vite.config.*",
"vitest.config.*",
"cypress.config.*",
"nightwatch.conf.*",
"playwright.config.*"
],
"compilerOptions": {
"composite": true,
2024-02-03 06:29:22 +00:00
"module": "Node16",
2023-10-04 05:57:28 +00:00
"types": ["node"]
}
}