switch id

This commit is contained in:
vapormusic 2022-02-28 10:57:44 +07:00
parent 8268cb6662
commit 6e0bfa99be
3 changed files with 75 additions and 3 deletions

View file

@ -3,6 +3,7 @@
"experimentalDecorators": true,
"target": "esnext",
"module": "commonjs",
"allowJs": true,
"noImplicitAny": true,
"strict": true,
"sourceMap": true,