I want the compile to be added to the js
folder, but the file is added to the root folder of the project.
This is my code:
{
"compilerOptions":{
"emitDecoratorMetadata":true,
"experimentalDecorators":true,
"module":"system",
"moduleResolution":"node",
"noImplicitAny":false,
"outDir":"js/",
"removeComments":false,
"rootDir":"src/scripts",
"sourceMap":false,
"target":"ES5"
},
"exclude":[
"node_modules"
]
}