remove tsconfig changes

This commit is contained in:
Felicio Mununga 2022-06-01 06:46:25 +02:00
parent a886198847
commit 8b42c0aa0b
No known key found for this signature in database
GPG Key ID: 0EB8D75C775AB6F1
2 changed files with 1 additions and 7 deletions

View File

@ -7,7 +7,6 @@
"baseUrl": ".", "baseUrl": ".",
"paths": { "paths": {
"~/*": ["./*"] "~/*": ["./*"]
}, }
"rootDir": "."
} }
} }

View File

@ -1,5 +0,0 @@
{
"files": [],
"exclude": ["node_modules"],
"references": [{ "path": "packages/status-js" }]
}