0
Fork 0
mirror of https://codeberg.org/SafeTwitch/safetwitch.git synced 2024-12-21 21:03:00 -05:00
safetwitch/tsconfig.node.json

17 lines
321 B
JSON
Raw Normal View History

2023-03-07 01:19:05 -05:00
{
2023-11-30 20:22:47 -05:00
"extends": "@tsconfig/node18/tsconfig.json",
"include": [
"vite.config.*",
"vitest.config.*",
"cypress.config.*",
"nightwatch.conf.*",
"playwright.config.*"
],
2023-03-07 01:19:05 -05:00
"compilerOptions": {
"composite": true,
2023-11-30 20:22:47 -05:00
"module": "ESNext",
"moduleResolution": "Bundler",
2023-03-07 01:19:05 -05:00
"types": ["node"]
}
}