We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a97e764 commit 4cc7a98Copy full SHA for 4cc7a98
tsconfig.json
@@ -13,6 +13,6 @@
13
"removeComments": true,
14
"sourceMap": true
15
},
16
- "include": ["src/**/*.ts"],
+ "include": ["src/**/*.ts", "tests/**/*.ts"],
17
"exclude": ["node_modules"]
18
}
0 commit comments