-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from silverl/master
Many many changes...
- Loading branch information
Showing
12 changed files
with
3,590 additions
and
410 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"esversion": 6 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,20 @@ | ||
// Place your settings in this file to overwrite default and user settings. | ||
{ | ||
"typescript.tsdk": "./node_modules/typescript/lib" // we want to use the TS server from our node_modules folder to control its version | ||
// we want to use the TS server from our node_modules folder to control its version | ||
"typescript.tsdk": "./node_modules/typescript/lib", | ||
|
||
// OAuth NetSuite Token ID | ||
"netSuiteUpload.netSuiteKey": "<INTEGRATION KEY>", | ||
|
||
// OAuth NetSuite Token Secret | ||
"netSuiteUpload.netSuiteSecret": "<INTEGRATION SECRET>", | ||
|
||
// OAuth NetSuite Consumer Key | ||
"netSuiteUpload.consumerToken": "<CONSUMER KEY>", | ||
|
||
// OAuth NetSuite Consumer Secret | ||
"netSuiteUpload.consumerSecret": "<CONSUMER SECRET>", | ||
|
||
// Account number | ||
"netSuiteUpload.realm": "<ACCOUNT NUMBER>" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.