Add declaration maps
This commit is contained in:
parent
7e9a5a78b8
commit
8f29f1e456
2 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,5 +1,6 @@
|
|||
*.d.ts
|
||||
*.log
|
||||
*.map
|
||||
*.tsbuildinfo
|
||||
.DS_Store
|
||||
coverage/
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
"compilerOptions": {
|
||||
"checkJs": true,
|
||||
"customConditions": ["development"],
|
||||
"declarationMap": true,
|
||||
"declaration": true,
|
||||
"emitDeclarationOnly": true,
|
||||
"exactOptionalPropertyTypes": true,
|
||||
|
|
Loading…
Add table
Reference in a new issue