We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5fa8ec commit 77aaa45Copy full SHA for 77aaa45
tsconfig-esm2015.json
@@ -1,7 +1,7 @@
1
// TypeScript config file that is used to compile the library into ES2015.
2
{
3
"files": [
4
- "public-api.ts"
+ "./tmp/public-api.ts"
5
],
6
7
"compilerOptions": {
@@ -18,11 +18,7 @@
18
"moduleResolution": "node",
19
20
"outDir": "./tmp/esm2015",
21
- "rootDir": ".",
22
- "rootDirs": [
23
- ".",
24
- "./tmp/angular-draft-js"
25
- ],
+ "rootDir": "./tmp",
26
27
"sourceMap": true,
28
"inlineSources": true,
0 commit comments