Skip to content

Commit f3412f7

Browse files
committed
Fixed build
1 parent db332fb commit f3412f7

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

packages/angularjs/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"extends": "../../tsconfig.json",
33
"compilerOptions": {
4-
"outDir": "dist",
5-
"rootDir": "src"
4+
"outDir": "dist"
65
},
76
"include": ["src"],
87
"types": ["angular", "angular-mock"]

packages/browser/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33

44
"compilerOptions": {
55
"lib": ["DOM", "ESNext"],
6-
"outDir": "dist",
7-
"rootDirs": ["src", "test"]
6+
"outDir": "dist"
87
},
98
"include": ["src", "test"]
109
}

packages/node/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"extends": "../../tsconfig.json",
33
"compilerOptions": {
4-
"outDir": "dist",
5-
"rootDirs": ["src", "test"]
4+
"outDir": "dist"
65
},
76
"include": ["src", "test"]
87
}

0 commit comments

Comments
 (0)