Wojciech Chociej
Results
2
comments of
Wojciech Chociej
I have the same problem :/ any ideas? OK I found how to solve this problem. I installed this plugin: https://github.com/esdoc/esdoc-plugins/tree/master/esdoc-ecmascript-proposal-plugin and now my .esdoc.json is: ```JSON { "source": "./src",...
ng v10 added to **tsconfig.app.json** ```json "types": [ "node" ] ``` and work fine :) **tsconfig.app.json** now: ```json { "extends": "./tsconfig.base.json", "compilerOptions": { "outDir": "./out-tsc/app", "types": [ "node" ] },...