diff --git a/tsconfig.json b/tsconfig.json index c338a65..7639c6c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "@tsconfig/svelte/tsconfig.json", - "include": ["src/**/*"], + "include": ["src/**/*", , "types/**/*"], "compilerOptions": { "module": "esnext", "typeRoots": ["./node_modules/@types", "./types"], diff --git a/types/.empty b/types/.empty deleted file mode 100644 index e69de29..0000000 diff --git a/types/global.d.ts b/types/global.d.ts new file mode 100644 index 0000000..53648a5 --- /dev/null +++ b/types/global.d.ts @@ -0,0 +1 @@ +// global types here