console/packages/libraries/cli/tsconfig.json

18 lines
354 B
JSON

{
"extends": "../../../tsconfig.json",
"compilerOptions": {
"module": "commonjs",
"target": "es2017",
"lib": ["es2017"],
"baseUrl": ".",
"outDir": "dist",
"rootDir": "src",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"declaration": true,
"declarationMap": true
},
"include": ["src"]
}