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.
TypeScript: 2.0.0
I have a fixtures folder which contains .ts files. In my tsconfig.json I set rootDir to src which does contain all my source code (including test).
fixtures
.ts
tsconfig.json
rootDir
src
The fixtures files are there for test cases. tsc shouldn't complain their existence and fail the compilation.