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": {
|
"compilerOptions": {
|
||||||
"allowJs": false,
|
"allowJs": false,
|
||||||
"baseUrl": "",
|
"baseUrl": "./",
|
||||||
"declaration": true,
|
"declaration": false,
|
||||||
"emitDecoratorMetadata": true,
|
"emitDecoratorMetadata": true,
|
||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
|
"skipLibCheck": true,
|
||||||
"mapRoot": "./dist/",
|
"mapRoot": "./dist/",
|
||||||
"module": "commonjs",
|
"module": "commonjs",
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "node",
|
||||||
"outDir": "./dist",
|
"outDir": "./dist",
|
||||||
|
"paths": {
|
||||||
|
"pragmatismo-io-framework/*": [
|
||||||
|
"node_modules/pragmatismo-io-framework/*"
|
||||||
|
]
|
||||||
|
},
|
||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
"target": "es6",
|
"target": "es6",
|
||||||
"typeRoots": [
|
"typeRoots": [
|
||||||
"node_modules/@types"
|
"node_modules/@types"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"include": ["test/**/*", "src/**/*"],
|
"include": [
|
||||||
|
"test/**/*",
|
||||||
|
"src/**/*",
|
||||||
|
"deploy/*.gbapp/**/*",
|
||||||
|
"deploy/*.gblib/**/*"
|
||||||
|
],
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"dist",
|
"dist",
|
||||||
"node_modules"
|
"node_modules"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue