import from core.ts instead of pure.ts whenever possible.

This commit is contained in:
fiatjaf
2023-12-21 16:45:32 -03:00
parent d155bcdcda
commit 1f7378ca49
8 changed files with 8 additions and 8 deletions

View File

@@ -9,10 +9,10 @@
"skipLibCheck": true,
"esModuleInterop": true,
"emitDeclarationOnly": true,
"allowImportingTsExtensions": true,
"outDir": "lib/types",
"resolveJsonModule": true,
"rootDir": ".",
"allowImportingTsExtensions": true,
"types": ["bun-types"]
}
}