botlib/tsconfig.json
Rodrigo Rodriguez 0c085aaa72 Initial import.
2018-04-20 23:20:17 -03:00

23 lines
No EOL
463 B
JSON

{
"compilerOptions": {
"allowJs": false,
"baseUrl": "",
"declaration": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"mapRoot": "./dist/",
"module": "commonjs",
"moduleResolution": "node",
"outDir": "./dist",
"sourceMap": true,
"target": "es6",
"typeRoots": [
"node_modules/@types"
]
},
"include": ["test/**/*", "src/**/*"],
"exclude": [
"dist",
"node_modules"
]
}