1
0
mirror of synced 2025-12-19 09:57:57 -05:00
Files
blitz/tsconfig.test.json
Brandon Bayer 2880fbba30 Switch from tsdx to preconstruct for DX/perf improvements (meta) (#2013)
* 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
2021-02-28 01:30:16 +00:00

9 lines
134 B
JSON

{
"extends": "./tsconfig",
"compilerOptions": {
"noEmit": true,
"types": ["jest"]
},
"references": [{"path": ".."}]
}