2023-02-28T02:14:36

This commit is contained in:
2023-02-28 02:14:36 +09:00
parent f2a44efb88
commit ff315ca0d3
31 changed files with 8949 additions and 3944 deletions

View File

@@ -0,0 +1,10 @@
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"noImplicitAny": true,
"module": "es6",
"target": "es6",
"allowJs": true
},
"files": ["src/index.ts"]
}