mirror of
https://github.com/defnull/fediwall.git
synced 2024-11-07 08:34:42 +01:00
16 lines
286 B
JSON
16 lines
286 B
JSON
{
|
|
"extends": "@tsconfig/node18/tsconfig.json",
|
|
"include": [
|
|
"vite.config.*",
|
|
"vitest.config.*",
|
|
"cypress.config.*",
|
|
"nightwatch.conf.*",
|
|
"playwright.config.*"
|
|
],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "ESNext",
|
|
"types": ["node"]
|
|
}
|
|
}
|