Make more progress on package configuration, fill out C docs.
This commit is contained in:
9
packages/js/tsconfig.types.json
Normal file
9
packages/js/tsconfig.types.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"extends": "./tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"emitDeclarationOnly": true,
|
||||
"declaration": true,
|
||||
"declarationMap": true,
|
||||
"declarationDir": "./dist/types",
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user