This commit is contained in:
thomas laforge
2022-11-05 21:05:00 +01:00
parent a19fd00f19
commit 349a0cb00e
17 changed files with 21 additions and 21 deletions

View File

@@ -0,0 +1,7 @@
{
"extends": "./tsconfig.json",
"include": ["**/*.ts"],
"compilerOptions": {
"types": []
}
}