global types
This commit is contained in:
parent
0c559245f5
commit
9b72defc95
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"extends": "@tsconfig/svelte/tsconfig.json",
|
"extends": "@tsconfig/svelte/tsconfig.json",
|
||||||
|
|
||||||
"include": ["src/**/*"],
|
"include": ["src/**/*", , "types/**/*"],
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"module": "esnext",
|
"module": "esnext",
|
||||||
"typeRoots": ["./node_modules/@types", "./types"],
|
"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