v2.0重构

This commit is contained in:
Searchstars
2024-07-10 19:44:33 +08:00
parent bd924bb307
commit deda3492c3
115 changed files with 10072 additions and 12776 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"compilerOptions": {
"allowJs": true,
"esModuleInterop": true,
"module": "commonjs",
"target": "es5",
"outDir": "./dist"
},
"include": [
"src/**/*"
],
"exclude": [
"src/**/*.ux"
]
}