temporary store

This commit is contained in:
Core 2022-01-04 23:27:44 +00:00
parent ac8115afe6
commit c561bb7589
No known key found for this signature in database
GPG key ID: 1B77805746C47C28
4 changed files with 258 additions and 88 deletions

View file

@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es6",
"target": "esnext",
"module": "commonjs",
"noImplicitAny": true,
"strict": true,