global types
This commit is contained in:
parent
0c559245f5
commit
9b72defc95
@ -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
|
Loading…
Reference in New Issue
Block a user