was mucking about with trying to integerate the game but will leave that for some other time

This commit is contained in:
Me
2022-12-09 02:23:58 +01:00
parent c777fb3592
commit 999b40430d
38 changed files with 107 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
"extends": "@tsconfig/svelte/tsconfig.json",
"include": ["src/**/*"],
"include": ["src/**/*", "src/**/*.ts", "src/**/*.tsx"],
"exclude": ["node_modules/*", "__sapper__/*", "public/*"]
}