Skip to content

Commit 4f63401

Browse files
committed
refactor typings without api
1 parent ff58c71 commit 4f63401

File tree

5 files changed

+67
-630
lines changed

5 files changed

+67
-630
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"emitDecoratorMetadata": true,
2121
"paths": {
2222
"typings": ["../typings/index.d.ts"],
23-
"typings/graphql": ["../typings/graphql.d.ts"]
23+
"typings/tutorial": ["../typings/tutorial.d.ts"]
2424
},
2525
"allowJs": true,
2626
"removeComments": true

0 commit comments

Comments
 (0)