Fix reference to tsconfig.json

This commit is contained in:
Robert
2023-07-24 14:28:10 +01:00
parent 814acfa74a
commit 10c6708db5

View File

@@ -1,5 +1,5 @@
{
"extends": "../tsconfig.json",
"extends": "./tsconfig.json",
"include": ["**/*.ts*"],
"exclude": ["node_modules"]
}