Migration to V4 is in progress. The Bot now can be loaded again.
This commit is contained in:
parent
a4c7418b5a
commit
9c21130310
1 changed files with 14 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue