11 lines
229 B
JSON
11 lines
229 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"module": "esnext",
|
|
"outDir": "tsc-out"
|
|
},
|
|
"include": ["src"],
|
|
"references": [{ "path": "../../packages/messages/tsconfig.json" }]
|
|
}
|