delete unused packages #23
Annotations
6 errors
build-tauri (macos-latest):
src/utils/firebase.ts#L1
'firebase.ts' cannot be compiled under '--isolatedModules' because it is considered a global script file. Add an import, export, or an empty 'export {}' statement to make it a module.
|
build-tauri (macos-latest)
Command failed with exit code 1: npm run tauri build
|
build-tauri (ubuntu-20.04):
src/utils/firebase.ts#L1
'firebase.ts' cannot be compiled under '--isolatedModules' because it is considered a global script file. Add an import, export, or an empty 'export {}' statement to make it a module.
|
build-tauri (ubuntu-20.04)
Command failed with exit code 1: npm run tauri build
|
build-tauri (windows-latest):
src/utils/firebase.ts#L1
'firebase.ts' cannot be compiled under '--isolatedModules' because it is considered a global script file. Add an import, export, or an empty 'export {}' statement to make it a module.
|
build-tauri (windows-latest)
Command failed with exit code 1: npm run tauri build
|