b8fa3e8c73
fix guide examples and add types package readme refactor(tsconfig): move back base tsconfig to base directory
12 lines
252 B
JSON
12 lines
252 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../dist/server/tools"
|
|
},
|
|
"include": [ ".", "../typings" ],
|
|
"references": [
|
|
{ "path": "../" },
|
|
],
|
|
"files": [],
|
|
"exclude": [ ] // Overwrite exclude property
|
|
}
|