#When you compile the TypeScript project where do the JS files end up?
7 messages · Page 1 of 1 (latest)
@drifting ice Depends on your tsconfig. outDir is usually the setting that puts the compiled JS files into their own folder
I'm refering to the TypeScript project for the language. The config seems to look like this:
{
"files": [],
"include": [],
"references": [
{ "path": "./cancellationToken" },
{ "path": "./compiler" },
{ "path": "./deprecatedCompat" },
{ "path": "./harness" },
{ "path": "./jsTyping" },
{ "path": "./server" },
{ "path": "./services" },
{ "path": "./testRunner" },
{ "path": "./tsc" },
{ "path": "./tsserver" },
{ "path": "./typescript" },
{ "path": "./typingsInstaller" },
{ "path": "./typingsInstallerCore" },
{ "path": "./watchGuard" }
]
}
Oh, maybe try #compiler-internals-and-api