Skip to content

Instantly share code, notes, and snippets.

@showmeyourhits
Created November 23, 2017 07:24
Show Gist options
  • Save showmeyourhits/b74347a27eb99956f7c66c346b60ac87 to your computer and use it in GitHub Desktop.
Save showmeyourhits/b74347a27eb99956f7c66c346b60ac87 to your computer and use it in GitHub Desktop.
VSCode config for kinoplan
{
"compilerOptions": {
"baseUrl": "./src/js",
"paths": {
"app/*": ["./app/*"]
}
},
"exclude": [
"node_modules",
"data",
"build"
],
"include": [
"src/js/**/*"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment