feat(gh actions): try gh actions

This commit is contained in:
svetlanaMuravlova
2021-08-31 14:10:57 +03:00
parent cd1282cfb6
commit 9b1919f6b1
2 changed files with 59 additions and 219 deletions

View File

@@ -18,34 +18,3 @@
],
"exclude": ["**/*.spec.ts"]
}
//{
// "compilerOptions": {
// "baseUrl": ".",
// "declaration": false,
// "downlevelIteration": true,
// "emitDecoratorMetadata": true,
// "experimentalDecorators": true,
// "noEmitHelpers": false,
// "lib": ["es6", "dom"],
// "mapRoot": "./",
// "module": "esnext",
// "moduleResolution": "node",
// "outDir": "../temp/out-tsc",
// "sourceMap": true,
// "target": "es2015"
// },
// "files": [
// "../../scripts/typings.d.ts",
// "main.ts",
// "../../scripts/polyfills.ts"
// ],
// "exclude": [
// "**/*.spec.ts"
// ],
// "paths": {
// "@ng2-file-upload": [
// "../../dist/ng2-file-upload/index.ts"
// ]
// }
//}