Skip to content

Instantly share code, notes, and snippets.

@mattThousand
Created December 12, 2018 02:17
Show Gist options
  • Save mattThousand/9dc29804d3a2e17a5c0d19f087984980 to your computer and use it in GitHub Desktop.
Save mattThousand/9dc29804d3a2e17a5c0d19f087984980 to your computer and use it in GitHub Desktop.
/*
*
* tsconfig.json
*
*/
{
"compilerOptions": {
"target": "es6",
"module": "commonJs",
"baseUrl": ".",
"paths": {
"scenegraph": ["./node_modules/@adobexd/typings/types/scenegraph"],
"application": ["./node_modules/@adobexd/typings/types/application"],
"commands": ["./node_modules/@adobexd/typings/types/commands"],
"uxp": ["./node_modules/@adobexd/typings/types/uxp"],
"os": ["./node_modules/@adobexd/typings/types/os"]
},
"typeRoots": ["@types","./node_modules/@adobexd/"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment