保存进度!

This commit is contained in:
Kane 2023-03-11 00:27:45 +08:00
parent 94cf7bbe65
commit 4872c2dd4a
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
*/
// 索引类型
import { getProperty } from "@/utils/api/api.js";
import { getProperty } from "./utils/api/api.js";
interface Circle
{

View File

@ -13,7 +13,7 @@
"target": "ESNext",
"module": "ESNext",
"esModuleInterop": true,
"moduleResolution": "nodenext",
"moduleResolution": "node",
"lib": [
"ESNext",
"DOM",