botframework-cli/packages/lg/tsconfig.json

15 строки
256 B
JSON

{
"compilerOptions": {
"allowJs": true,
"importHelpers": true,
"module": "commonjs",
"outDir": "lib",
"rootDir": "src",
"strict": true,
"target": "es2017"
},
"include": [
"src/**/*", "src/commands/lg/expand/.ts"
]
}