fix: sorted map

This commit is contained in:
2024-01-04 16:31:04 +00:00
parent 36b9538aa6
commit a622c459d7
3 changed files with 8 additions and 2 deletions

View File

@ -13,6 +13,7 @@
"outDir": "dist",
"skipLibCheck": true
},
"exclude": ["src/**/*.test.ts"],
"include": ["src/**/*.ts", "src/.d.ts"],
"files": ["src/index.ts"]
}