Skip to content

Instantly share code, notes, and snippets.

@daihuaye
Last active October 5, 2019 00:25
Show Gist options
  • Save daihuaye/7418009b022ea0d104619024417ba601 to your computer and use it in GitHub Desktop.
Save daihuaye/7418009b022ea0d104619024417ba601 to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
//...
"baseUrl": ".", // This must be specified if "paths" is.
"paths": {
//...
"@uifabric/packages/*": ["node_modules/@uifabric-release/packages/*"] // This mapping is relative to "baseUrl"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment