Skip to content

Commit 79642ff

Browse files
authored
Merge pull request #18 from sparingsoftware/fix/build
fix: Build error
2 parents 827b5cc + 3360690 commit 79642ff

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,5 @@
1414
"skipLibCheck": true,
1515
"allowJs": true
1616
},
17-
"include": ["src/**/*"],
18-
"exclude": ["node_modules", "templates"]
17+
"exclude": ["node_modules", "templates", "dist", "test"]
1918
}

0 commit comments

Comments
 (0)