Skip to content

Commit 77aaa45

Browse files
committed
fix(build): include components with inlined resources
1 parent a5fa8ec commit 77aaa45

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

tsconfig-esm2015.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// TypeScript config file that is used to compile the library into ES2015.
22
{
33
"files": [
4-
"public-api.ts"
4+
"./tmp/public-api.ts"
55
],
66

77
"compilerOptions": {
@@ -18,11 +18,7 @@
1818
"moduleResolution": "node",
1919

2020
"outDir": "./tmp/esm2015",
21-
"rootDir": ".",
22-
"rootDirs": [
23-
".",
24-
"./tmp/angular-draft-js"
25-
],
21+
"rootDir": "./tmp",
2622

2723
"sourceMap": true,
2824
"inlineSources": true,

0 commit comments

Comments
 (0)