chore: cleanup root tsconfig.json

This commit is contained in:
Christopher Hiller
2023-02-14 16:09:33 -08:00
parent 61a0275e29
commit d171219938

View File

@@ -8,8 +8,7 @@
"compilerOptions": {
"allowJs": true,
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"noEmit": true
"resolveJsonModule": true
},
"references": [
{
@@ -36,12 +35,6 @@
{
"path": "packages/base-plugin"
},
{
"path": "packages/schema"
},
{
"path": "packages/types"
},
{
"path": "packages/test-support"
},