@00f100/pbie-node
Version:
NodeJS library written in typescript and designed for using PowerBI embedded reports.
31 lines (30 loc) • 624 B
JSON
{
"compilerOptions": {
"module": "commonjs",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"target": "es2018",
"declaration": true,
"noImplicitAny": true,
"strictNullChecks": true,
"moduleResolution": "node",
"sourceMap": true,
"outDir": "dist",
"baseUrl": ".",
"rootDir": "./src",
"removeComments": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"paths": {
"*": [
"node_modules/*"
],
}
},
"include": [
"src/**/*",
],
"exclude": [
"test/**/*"
]
}