采矿、精炼、贸易计算器、价格、船信息
@@ -81,7 +81,7 @@在线改船,查询伤害数值和配件购买地点
@@ -89,7 +89,7 @@资产管理和舰队规划,一定要理性消费.jpg
diff --git a/StarCitizenBoxBrowserEx/thirdparty/jquery.min.js b/thirdparty/jquery.min.js similarity index 100% rename from StarCitizenBoxBrowserEx/thirdparty/jquery.min.js rename to thirdparty/jquery.min.js diff --git a/StarCitizenBoxBrowserEx/thirdparty/timeago.full.min.js b/thirdparty/timeago.full.min.js similarity index 100% rename from StarCitizenBoxBrowserEx/thirdparty/timeago.full.min.js rename to thirdparty/timeago.full.min.js diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..f7ab03c --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,25 @@ +{ + "compilerOptions": { + "allowJs": true, + "allowSyntheticDefaultImports": true, + "esModuleInterop": true, + "forceConsistentCasingInFileNames": true, + "isolatedModules": true, + "lib": ["dom", "dom.iterable", "esnext"], + "moduleResolution": "node", + "module": "esnext", + "noEmit": true, + "resolveJsonModule": true, + "strict": true, + "target": "esnext", + "verbatimModuleSyntax": true, + "useDefineForClassFields": true, + "skipLibCheck": true, + "baseUrl": ".", + "paths": { + "@/*": ["./*"] + } + }, + "include": ["./"], + "exclude": ["node_modules", "dist"], +}