We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c59a08d commit 52ce370Copy full SHA for 52ce370
README.md
@@ -84,6 +84,13 @@ $ npm run build
84
85
to automatically create all `*.js`, `*.d.ts` and `*.metadata.json` files in the `dist/` directory.
86
87
+## TypeScript config
88
+
89
+The generates creates 2 TypeScript config files:
90
91
+- `tsconfig.json` is used to configure your editor during development and is not used for building your library
92
+- `src/tsconfig.es5.json` is used by the Angular compiler to build the files in the `dist` directory when you run `npm run build`
93
94
## Linting your code
95
96
Everything comes pre-configured with tslint and codelyzer support. To lint your code:
0 commit comments