Migration to V4 is in progress. The Bot now can be loaded again.

This commit is contained in:
Rodrigo Rodriguez 2018-08-28 17:50:34 -03:00
parent a4c7418b5a
commit 9c21130310

View file

@ -1,21 +1,32 @@
{
"compilerOptions": {
"allowJs": false,
"baseUrl": "",
"declaration": true,
"baseUrl": "./",
"declaration": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"skipLibCheck": true,
"mapRoot": "./dist/",
"module": "commonjs",
"moduleResolution": "node",
"outDir": "./dist",
"paths": {
"pragmatismo-io-framework/*": [
"node_modules/pragmatismo-io-framework/*"
]
},
"sourceMap": true,
"target": "es6",
"typeRoots": [
"node_modules/@types"
]
},
"include": ["test/**/*", "src/**/*"],
"include": [
"test/**/*",
"src/**/*",
"deploy/*.gbapp/**/*",
"deploy/*.gblib/**/*"
],
"exclude": [
"dist",
"node_modules"