improve repo structure

This commit is contained in:
Rene Haas
2022-10-21 12:39:53 +02:00
parent 2599fc2cd1
commit b277dded6a
38 changed files with 28688 additions and 46301 deletions
@@ -6,7 +6,10 @@
"strict": true,
"module": "ES2015",
"moduleResolution": "node",
"jsx": "react-jsx"
},
"include": ["src/**/*"]
"jsx": "react-jsx",
"baseUrl": ".",
"paths": {
"~/*": ["./src/*"]
}
}
}