powerbi-router/tsconfig.json

16 строки
247 B
JSON

{
"compilerOptions": {
"target": "es5",
"declaration": true,
"noImplicitAny": true,
"sourceMap": true,
"outDir": "dist"
},
"exclude": [
"node_modules",
"typings/index.d.ts",
"dist",
"test",
"tmp"
]
}