Skip to content

Commit ee93a62

Browse files
committed
chore: include swa.d.ts during tsc compile time
1 parent a225ef0 commit ee93a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
},
3333
"exclude": ["node_modules", "dist"],
3434
"include": ["src/**/*.ts", "src/**/*.json"],
35-
"files": ["swa.d.ts"]
35+
"files": ["src/swa.d.ts"]
3636
}

0 commit comments

Comments
 (0)