mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-05-03 18:09:11 -05:00
fix: tsconfig as per https://github.com/vuejs/tsconfig#configuration-for-node-environments
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"extends": "@vue/tsconfig/tsconfig.web.json",
|
||||
"extends": "@vue/tsconfig/tsconfig.dom.json",
|
||||
"include": ["./**/*", "../support/**/*", "../factories/**/*"],
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
|
||||
Reference in New Issue
Block a user