global types

This commit is contained in:
2020-11-21 12:03:04 +01:00
parent 0c559245f5
commit 9b72defc95
3 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"extends": "@tsconfig/svelte/tsconfig.json",
"include": ["src/**/*"],
"include": ["src/**/*", , "types/**/*"],
"compilerOptions": {
"module": "esnext",
"typeRoots": ["./node_modules/@types", "./types"],
View File
+1
View File
@@ -0,0 +1 @@
// global types here