Created
December 12, 2018 02:17
-
-
Save mattThousand/9dc29804d3a2e17a5c0d19f087984980 to your computer and use it in GitHub Desktop.
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
Show hidden characters
/* | |
* | |
* 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