npm install --save-dev @types/ej.web.all |
[tsconfig.app]
{
"compilerOptions": {
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"lib": [
"es2016",
"dom"
],
"outDir": "../out-tsc/app",
"target": "es5",
"module": "es2015",
"baseUrl": "",
"typeRoots": [
"node_modules/@types/"
],
"types": [
"jquery",
"ej.web.all",
"node",
"es6-shim"
]
},
"exclude": [
"test.ts",
"**/*.spec.ts"
]
}
|
I have the same problem here, Im just trying the Schedule component.
I have installed and configured everything, that is working fine, but when I use "ej." it throw an error.