powerbi-models/tsconfig.json

19 строки
369 B
JSON
Исходник Обычный вид История

{
"compilerOptions": {
"target": "es5",
"declaration": true,
"sourceMap": true,
"noImplicitUseStrict": true,
"outDir": "dist",
"typeRoots": [
"node_modules/@types"
]
},
"exclude": [
"node_modules",
"typings/index.d.ts",
"dist",
"test",
"tmp"
Merged PR 70044: Upgraded tslint, webpack-stream, migrated from Typings to @types to fix compliance issues and removed gulp-gh-pages Fixes compliance issues with *diff*, *https-proxy-agent*, *dot-prop*, *chokidar* and *micromatch* packages. **Changes**: - Removed _gulp-gh-pages_ package and usage as discussed with Ali - Used _@types/jasmine_ and _@types/karma-jasmine_ instead of _Typings_(deprecated) - Upgraded webpack to v2.7.0 and webpack-stream to v4.0.0 - Upgraded tslint to v5.20 and gulp-tslint to v7.1 **References**: [Build config changes: Plugins](https://github.com/webpack/webpack/issues/3043) [Test config changes](https://v4.webpack.js.org/plugins/loader-options-plugin/) [import jasmine](https://github.com/angular/angular-cli/issues/8909) [migration from Typings to @types](http://codereform.com/blog/post/migrating-from-typings-to-npm-types/) [fsevent build warning in windows](https://stackoverflow.com/questions/40226745/npm-warn-notsup-skipping-optional-dependency-unsupported-platform-for-fsevents) **Validation**: Validated all embedding functionality with Playground demo on localhost using this _powerbi-models_ package as dependency Attached sanity check with #316027 Result of `npm ls powerbi-models` at _powerbi-javascript\demo_ ![image.png](https://powerbi.visualstudio.com/4c7b5adb-c2d0-4f18-b23c-edc4ac30f4e1/_apis/git/repositories/3e42401e-931d-4a96-b4b9-3533d1cf56ce/pullRequests/70044/attachments/image%20(4).png) **Note**: Version of _powerbi-models_ was set to 1.3.3 for validation only ## Checklist | Checklist point | Yes/No/NA | |------|---------------| | Have you checked that code does not contain commented code? | Yes| | Is unit testing is performed and results are captured in TFS/VSO? Is the list of test cases executed shared? | Test script successful| | Is the open errors/ warning details shared with the reviewer? | Yes| | Is the functionality validated? | Yes| |Work items attached| Yes| Related work items: #298854, #310349, #316025, #316027, #317740
2020-03-03 11:56:33 +03:00
]
}