powerbi-models/webpack.test.tsconfig.json

14 строки
200 B
JSON

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