PowerBI-JavaScript/webpack.test.tsconfig.json

21 строка
337 B
JSON

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