b8fa3e8c73
fix guide examples and add types package readme refactor(tsconfig): move back base tsconfig to base directory
9 lines
189 B
JSON
9 lines
189 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../types/dist/shared",
|
|
"stripInternal": true,
|
|
"removeComments": false,
|
|
"emitDeclarationOnly": true
|
|
}
|
|
}
|