vue-members-test/tsconfig.node.json
Sebastian H. Gabrielli a9c717e38b Initial commit
2023-12-28 00:13:46 +01:00

18 lines
341 B
JSON

{
"extends": "@tsconfig/node18/tsconfig.json",
"include": [
"vite.config.*",
"vitest.config.*",
"cypress.config.*",
"nightwatch.conf.*",
"playwright.config.*"
],
"compilerOptions": {
"composite": true,
"noEmit": true,
"module": "ESNext",
"moduleResolution": "Bundler",
"types": ["node"]
}
}