update repo structure

This commit is contained in:
Rene Haas
2022-07-30 19:45:11 +02:00
parent 908f692569
commit 843d627715
158 changed files with 26998 additions and 9790 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"private": true,
"name": "@local/tsconfig",
"main": "./tsconfig.json",
"version": "0.0.0"
}
+16
View File
@@ -0,0 +1,16 @@
{
"compilerOptions": {
"strict": true,
"allowJs": false,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"target": "ESNext",
"sourceMap": true,
"jsx": "react",
"declaration": true,
"suppressImplicitAnyIndexErrors": true,
"module": "ESNext",
"moduleResolution": "node",
"removeComments": false
}
}