1 parent ba0ae92 commit fed7f04Copy full SHA for fed7f04
1 file changed
tsconfig.json
@@ -14,5 +14,6 @@
14
"ignoreDeprecations": "5.0",
15
"importsNotUsedAsValues": "error"
16
},
17
+ "include": ["src"], // we don't need to compile e2e/ (playwright handles .ts files there), only src/
18
"exclude": ["node_modules", "examples"]
19
}
0 commit comments