chore(actions): check_format_lint

This commit is contained in:
github-actions[bot] 2024-01-18 13:46:24 +00:00
parent 70af6e10ee
commit 9217201b76

View File

@ -12,7 +12,7 @@
"forceConsistentCasingInFileNames": true, "forceConsistentCasingInFileNames": true,
"strict": true, "strict": true,
"skipLibCheck": true, "skipLibCheck": true,
"isolatedModules": true "isolatedModules": true,
}, },
"include": ["./src/**/*.ts", "./scripts/**/*.ts", "./types/**/*.ts"] "include": ["./src/**/*.ts", "./scripts/**/*.ts", "./types/**/*.ts"],
} }