Przeglądaj źródła

Docs: Removed section about `allowJs` option from angular integration docs.

Maciej Bukowski 7 lat temu
rodzic
commit
de4292b5a7
1 zmienionych plików z 0 dodań i 8 usunięć
  1. 0 8
      docs/builds/guides/frameworks/angular.md

+ 0 - 8
docs/builds/guides/frameworks/angular.md

@@ -32,14 +32,6 @@ Assuming that you picked [`@ckeditor/ckeditor5-build-classic`](https://www.npmjs
 npm install --save-dev @ckeditor/ckeditor5-build-classic
 ```
 
-**Note:** You may need to allow external JavaScript in your project's `tsconfig.json` for the builds to work properly:
-
-```json
-"compilerOptions": {
-	"allowJs": true
-}
-```
-
 Now, add `CKEditorModule` to your application module imports:
 
 ```ts