添加时间处理工具

This commit is contained in:
宫欣海
2025-03-06 18:48:50 +08:00
parent 5e00dd0d25
commit b6551e9bbf
7 changed files with 585 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "es6", //
"module": "es6", //
"module": "commonjs", //
"experimentalDecorators": true, // 启用ES装饰器。
"strict": true,
"strictNullChecks": false,