powerbi-router/webpack.test.tsconfig.json

15 строки
226 B
JSON

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