保存进度!

This commit is contained in:
Kane 2023-03-31 20:25:01 +08:00
parent 091168236e
commit b53090e808
2 changed files with 3 additions and 1 deletions

View File

@ -32,3 +32,5 @@ const animal: CatOrDog =
barks: true,
wags: true,
};
console.log( "test" );

View File

@ -15,7 +15,7 @@
"module": "ESNext",
// "module": "CommonJS",
// "moduleResolution": "node",
"moduleResolution": "nodenext",
"moduleResolution": "node",
"strict": true,
"jsx": "preserve",
"sourceMap": true,