global types
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"extends": "@tsconfig/svelte/tsconfig.json",
|
||||
|
||||
"include": ["src/**/*"],
|
||||
"include": ["src/**/*", , "types/**/*"],
|
||||
"compilerOptions": {
|
||||
"module": "esnext",
|
||||
"typeRoots": ["./node_modules/@types", "./types"],
|
||||
|
||||
1
types/global.d.ts
vendored
Normal file
1
types/global.d.ts
vendored
Normal file
@@ -0,0 +1 @@
|
||||
// global types here
|
||||
Reference in New Issue
Block a user