tsconfig.json example to compile to view folder using requireJS import style.

suggest change
{
  "module": "amd",    // Using AMD module code generator which works with requireJS
  "rootDir": "./src", // Change this to your source folder
  "outDir": "./view",
    ...      
}

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents