-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(package): include all metadata.json with d.ts
- Loading branch information
1 parent
7c1484f
commit 3e6d7ca
Showing
4 changed files
with
24 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
// TypeScript config file that is used to compile the library into FES2015. | ||
{ | ||
"extends": "./tsconfig-esm2015.json", | ||
|
||
"files": [ | ||
"./tmp/index.ts" | ||
], | ||
|
||
"compilerOptions": { | ||
"outDir": "./tmp/fesm2015" | ||
}, | ||
|
||
"angularCompilerOptions": { | ||
"annotateForClosureCompiler": true, | ||
"strictMetadataEmit": true, | ||
"skipTemplateCodegen": true, | ||
"flatModuleOutFile": "angular-draft-js.js", | ||
"flatModuleId": "angular-draft-js" | ||
} | ||
} |