test: add test directory with sample files

This commit is contained in:
YeonGyu-Kim
2025-12-08 16:54:49 +09:00
parent 6ece7476ef
commit 9a9512b705
5 changed files with 15 additions and 0 deletions

3
test-dir/another.ts Normal file
View File

@@ -0,0 +1,3 @@
export const config = {
strict: true
}