1
0
This commit is contained in:
2024-03-18 19:59:59 +09:00
parent 40f6d6b8c4
commit 2fb62a68ac
18 changed files with 11596 additions and 3 deletions

7
tsconfig.json Normal file
View File

@ -0,0 +1,7 @@
{
"compilerOptions": {
"target": "es2016",
"module": "commonjs",
"skipLibCheck": true
}
}