Skip to content

Instantly share code, notes, and snippets.

@ayuha406645
Last active June 10, 2019 03:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ayuha406645/52c2e4b5ce8d5e57ca16ee2dba0c23c3 to your computer and use it in GitHub Desktop.
Save ayuha406645/52c2e4b5ce8d5e57ca16ee2dba0c23c3 to your computer and use it in GitHub Desktop.
some part of tsconfig.app.json
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/app",
"types": [
"jquery",
"owl.carousel"
]
},
"include": [
"src/**/*.ts"
],
"exclude": [
"src/test.ts",
"src/**/*.spec.ts"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment