compatibilidade
This commit is contained in:
parent
a4f38b84d7
commit
d2fd401359
89 changed files with 131 additions and 32 deletions
10
tsconfig.types.json
Normal file
10
tsconfig.types.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"extends": "./tsconfig",
|
||||
"compilerOptions": {
|
||||
"emitDeclarationOnly": true,
|
||||
"declaration": true,
|
||||
"declarationMap": true,
|
||||
"outDir": "./dist-types"
|
||||
},
|
||||
"include": ["src/**/*"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue