Skip to content

Commit

Permalink
ci: compile local typing.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
manekinekko committed Mar 1, 2020
1 parent a2407d9 commit 614c67a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/tsconfig.app.json
Expand Up @@ -3,5 +3,5 @@
"compilerOptions": {
"outDir": "../out-tsc/app"
},
"files": ["main.ts", "polyfills.ts"]
"files": ["main.ts", "polyfills.ts", "typing.d.ts"]
}
2 changes: 1 addition & 1 deletion src/tsconfig.spec.json
Expand Up @@ -5,6 +5,6 @@
"module": "commonjs",
"types": ["jest", "node", "sketchapp"]
},
"files": ["polyfills.ts"],
"files": ["polyfills.ts", "typing.d.ts"],
"include": ["**/*.spec.ts", "**/*.d.ts"]
}

0 comments on commit 614c67a

Please sign in to comment.