You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error TS6059: File 'index.tsx' is not under 'rootDir' '/Users/Zheeeng/Workspace/project/src'. 'rootDir' is expected to contain all source files.
The tsconfig.json:
"compilerOptions": {
"rootDir": "src"
}
Does the getCustomTransformers saved the temp content to other place and fails the compiling?
I encountered this issue while I'm using ts-import-plugin, and reported it at ts-plugin/ts-import-plugin#5. After a simple test, I find it's something wrong with ts-loader.
The text was updated successfully, but these errors were encountered:
versions:
The test code:
complier print:
The tsconfig.json:
Does the getCustomTransformers saved the temp content to other place and fails the compiling?
I encountered this issue while I'm using ts-import-plugin, and reported it at ts-plugin/ts-import-plugin#5. After a simple test, I find it's something wrong with ts-loader.
The text was updated successfully, but these errors were encountered: