disable package exports

This commit is contained in:
Samuel Newman
2025-04-28 12:54:40 +03:00
parent 16325fd43e
commit 649c89bda1
4 changed files with 23 additions and 11 deletions
-4
View File
@@ -37,10 +37,6 @@ module.exports = function (api) {
alias: {
// This needs to be mirrored in tsconfig.json
'#': './src',
lib: './src/lib',
platform: './src/platform',
state: './src/state',
view: './src/view',
crypto: './src/platform/crypto.ts',
},
},