tsc: Only compile what is in src/

This commit is contained in:
Sam Vervaeck 2023-03-19 13:02:43 +01:00
parent c559d13df9
commit a02ee1db0f

View file

@ -13,5 +13,6 @@
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
},
"include": ["src"]
}