Skip to content

Commit

Permalink
Work for #3390: small refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
dk981234 committed Aug 30, 2022
1 parent 0f48416 commit e79e0d0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
"surveyjs-widgets": "^1.9.40",
"tslib": "^2.3.0"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,6 @@
"compilerOptions": {
"outDir": "../../dist/angular-ui",
"noImplicitAny": false,
"baseUrl": "./",
"paths": {
"survey-angular-ui": [
"./node_modules/survey-angular-ui/survey-angular-ui",
"./node_modules/survey-angular-ui",
],
"survey-creator-angular": [
"../../build/survey-creator-angular"
],
"survey-creator-core": [
"./node_modules/survey-creator-core"
],
"survey-core": [
"./node_modules/survey-core"
]
}
},
"files": [
"src/main.ts",
Expand Down
10 changes: 0 additions & 10 deletions packages/survey-creator-angular/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,6 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./dist/angular-ui",
"baseUrl": "./",
"skipLibCheck": true,
"paths": {
"survey-creator-angular": [
"./build/survey-creator-angular"
],
"survey-core": [
"./node_modules/survey-core"
]
}
},
"files": [
"src/main.ts",
Expand Down

0 comments on commit e79e0d0

Please sign in to comment.