Remove obsolete includes from tsconfig.

This commit is contained in:
Bauke 2023-05-17 12:19:59 +02:00
parent acb2bb409b
commit 18b908eca4
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 4 deletions

View File

@ -14,9 +14,6 @@
"target": "ES2022"
},
"include": [
"*.ts",
"source",
"tests",
"vite.config.ts"
"source"
]
}