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). The fixtures files are there for test cases. tsc shouldn't complain their existence and fail the compilation.