2a4d35399b
5 tests passing: transition, condition match, fallback, missing role error, output expansion. Refs #309, #311
10 lines
181 B
JSON
10 lines
181 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "dist"
|
|
},
|
|
"include": ["src"],
|
|
"references": [{ "path": "../uwf-protocol" }]
|
|
}
|