apply everything to ts; add temp layout

This commit is contained in:
2022-11-11 01:01:07 +01:00
parent c6c5eeed3f
commit 60a5faa952
17 changed files with 938 additions and 198 deletions

View File

@ -1,6 +1,6 @@
{
"compilerOptions": {
"noImplicitAny": true,
"noImplicitAny": false,
"sourceMap": true,
"outDir": "dist",
"target": "ES6",
@ -13,10 +13,11 @@
"resolveJsonModule": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true,
"esModuleInterop": true,
"strict": true,
"typeRoots": [
"node_modules/@types"
],
]
},
"include": [
"./src/",