mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-11 17:48:44 -05:00
11 lines
238 B
JSON
11 lines
238 B
JSON
{
|
|
"extends": [
|
|
"@tsconfig/node18/tsconfig.json",
|
|
"@vue/tsconfig/tsconfig.json"
|
|
],
|
|
"include": ["vite.config.*", "vitest.config.*", "cypress.config.*"],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"types": ["node"]
|
|
}
|
|
} |