Files
MangaStatus/frontend/tsconfig.node.json
2023-10-08 11:20:02 +02:00

18 lines
357 B
JSON

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