output declarations by default
This commit is contained in:
parent
17bf48d7cc
commit
32410bab93
@ -53,7 +53,8 @@ const tsconfig = `{
|
|||||||
"rootDir": "./lib",
|
"rootDir": "./lib",
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"forceConsistentCasingInFileNames": true
|
"forceConsistentCasingInFileNames": true,
|
||||||
|
"declaration": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user