* switch to preconstruct - still some issues * working! * cleanup * updates * use preconstruct for blitz package * most tests working * fix tests * cleanup * fix build script * remove lodash from core * fix * fix example tests * cleanup lodash * cleanup * clenaup * fix another way * fix lint
9 lines
134 B
JSON
9 lines
134 B
JSON
{
|
|
"extends": "./tsconfig",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"types": ["jest"]
|
|
},
|
|
"references": [{"path": ".."}]
|
|
}
|