fix: unintentional removal of tsconfig

This commit is contained in:
FaberVitale 2021-06-12 17:51:26 +02:00
parent 75aa663d64
commit 143a01edba

View File

@ -0,0 +1,7 @@
{
"extends": "../../tsconfig.react.base.json",
"compilerOptions": {
"outDir": "lib"
},
"include": ["src"]
}