apkt-eis/tsconfig.node.json
2024-02-19 09:08:50 +07:00

21 lines
345 B
JSON
Executable File

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