Skip to content

Commit bfa35a2

Browse files
committed
build: replace exclude with include in tsconfig
1 parent f1bc42b commit bfa35a2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,7 @@
1010
"skipLibCheck": true,
1111
"forceConsistentCasingInFileNames": true
1212
},
13-
"exclude": ["node_modules", "**/*.test.ts"]
13+
"include": [
14+
"./src/**/*.ts"
15+
]
1416
}

0 commit comments

Comments
 (0)